Next, in practice, what is the difference and how do you do service with .service, .factory and controller?
service.js
angular.module('app.services', [])
.factory('BlankFactory', [function(){
}])
.service('BlankService', [function(){
}]...
asked by
22.01.2016 / 20:15