Skip to content

Commit

Permalink
save missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjeffrey committed Jul 16, 2015
1 parent 930cf4d commit ce79ca1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions PullRequest/js/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
'use strict';

var todomvc = angular.module('todomvc', []);
6 changes: 0 additions & 6 deletions PullRequest/js/controllers/todoCtrl.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
/*global todomvc, angular */
'use strict';

/**
* The main controller for the app. The controller:
* - retrieves and persists the model via the todoStorage service
* - exposes the model to the template and provides event handlers
*/
todomvc.controller('TodoCtrl', function TodoCtrl($scope, $location, $filter, todoStorage) {
var todos = $scope.todos = todoStorage.get();

Expand Down

0 comments on commit ce79ca1

Please sign in to comment.