Skip to content

Commit 71da4b0

Browse files
committed
Merge pull request tastejs#495 from abyx/patch-1
AngularJS: typo fix
2 parents c4f7e84 + 18839bd commit 71da4b0

File tree

1 file changed

+1
-1
lines changed
  • architecture-examples/angularjs/js/controllers

1 file changed

+1
-1
lines changed

architecture-examples/angularjs/js/controllers/todoCtrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/**
55
* The main controller for the app. The controller:
6-
* - retrieves and persist the model via the todoStorage service
6+
* - retrieves and persists the model via the todoStorage service
77
* - exposes the model to the template and provides event handlers
88
*/
99
todomvc.controller('TodoCtrl', function TodoCtrl($scope, $location, todoStorage, filterFilter) {

0 commit comments

Comments
 (0)