Skip to content

Commit

Permalink
factory -> service (service)
Browse files Browse the repository at this point in the history
  • Loading branch information
yowmamasita committed Aug 13, 2015
1 parent 1f2adf9 commit 3588de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angularjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ layout: default

### Service

App.factory('NameService', function($http){
App.service('NameService', function($http){
return {
get: function(){
return $http.get(url);
Expand Down

0 comments on commit 3588de3

Please sign in to comment.