0.3.1 • Published 10 years ago

theseus-angular v0.3.1

Weekly downloads
135
License
Apache-2
Repository
github
Last release
10 years ago

Theseus module for AngularJS

AngularJS module wrapping the Theseus API client.

Usage

This adapter is implemented as an ES6 module which can be installed with jspm and loaded via SystemJS as follows:

import 'theseus-angular';

import angular from 'angular';

var mod = angular.module('example', ['theseus']);

mod.factory('exampleFactory', ['theseus.client', function(client) {
  var root = client.resource('http://api.example.com');
  return root.follow('light').get();
}]);
0.3.1

10 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago