UNPKG

generator-angular-material-fullstack

Version:

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node

18 lines (14 loc) 292 B
'use strict' angular.module '<%= scriptAppName %>' .factory 'User', ($resource) -> $resource '/api/users/:id/:controller', id: '@_id' , changePassword: method: 'PUT' params: controller: 'password' get: method: 'GET' params: id: 'me'