Collection+JSON extension to ng-hyper
$ component install hypergroup/ng-hyper-cj
NOTE
a version of ng-hyper is required as a dependency
angular.module('myApp', ['ng-hyper', 'ng-hyper-cj']);
ng-hyper-cj
will register a $http
interceptor and translate and Collection+JSON documents into hyper+json. This allows CJ users to take advantage of the hyper tooling.
For more usage docs, check out ng-hyper.