Merge pull request #20 from yowmamasita/gh-pages

Angular corrections
This commit is contained in:
Rico Sta. Cruz 2015-09-09 19:15:19 +08:00
commit d96b33fc67
1 changed files with 4 additions and 3 deletions

View File

@ -11,6 +11,7 @@ layout: default
<li ng-repeat="phone in phones"> <li ng-repeat="phone in phones">
{{phone.name}} {{phone.name}}
</li> </li>
</ul>
### Model (ng-model) ### Model (ng-model)
@ -44,7 +45,7 @@ layout: default
### Service ### Service
App.factory('NameService', function($http){ App.service('NameService', function($http){
return { return {
get: function(){ get: function(){
return $http.get(url); return $http.get(url);