Commit 71da4b0a authored by Pascal Hartig's avatar Pascal Hartig

Merge pull request #495 from abyx/patch-1

AngularJS: typo fix
parents c4f7e847 18839bd1
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/** /**
* The main controller for the app. The controller: * The main controller for the app. The controller:
* - retrieves and persist the model via the todoStorage service * - retrieves and persists the model via the todoStorage service
* - exposes the model to the template and provides event handlers * - exposes the model to the template and provides event handlers
*/ */
todomvc.controller('TodoCtrl', function TodoCtrl($scope, $location, todoStorage, filterFilter) { todomvc.controller('TodoCtrl', function TodoCtrl($scope, $location, todoStorage, filterFilter) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment