Commit 60b5db0b authored by Pascal Hartig's avatar Pascal Hartig

Merge pull request #497 from abyx/patch-2

Angular Perf: fix typo
parents 71da4b0a 640b3048
......@@ -3,7 +3,7 @@
/**
* 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
*/
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