Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Feb 27, 2015
1 parent d309282 commit 14cffb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/index.html
Expand Up @@ -20,6 +20,7 @@

<!-- your app's js -->
<script src="js/moment.js"></script>
<script src="//maps.googleapis.com/maps/api/js?key=AIzaSyB16sGmIekuGIvYOfNoW9T44377IU2d2Es&sensor=true"></script>
<script src="js/app.js"></script>
<script src="js/controllers.js"></script>
</head>
Expand Down
1 change: 1 addition & 0 deletions www/js/controllers.js
Expand Up @@ -228,6 +228,7 @@ angular.module('starter.controllers', [])

.controller('RecommendationCtrl', function($scope, $stateParams) {
$scope.item = recs[$stateParams.recommendationId];

})

.controller('ExpenseSummaryCtl', function($scope) {
Expand Down

0 comments on commit 14cffb6

Please sign in to comment.