UNPKG

angular-spring-data-rest

Version:

An AngularJS module to ease the work with a Spring Data REST backend.

8 lines (7 loc) 195 B
/** * @module spring-data-rest * @version <%= pkg.version %> * * An AngularJS module to ease the work with a Spring Data REST backend. */ angular.module("spring-data-rest", ["ngResource"]);