Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 675 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 675 Bytes

ng-hyper-cj

Collection+JSON extension to ng-hyper

Installation

component

$ component install hypergroup/ng-hyper-cj

standalone

NOTE a version of ng-hyper is required as a dependency

Usage

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.