So I should do?
angular
.module('app')
.factory('factory1', factory1)
.factory('factory2', factory2)
.factory('factory3', factory3);
factory1.$inject = ['$http'];
factory2.$inject = ['factory1', '$http', '$q'];
factory3.$inject = ['factory2', '$http', '$q'];
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.