Commit 6d10eaa3 authored by Pascal Hartig's avatar Pascal Hartig

Merge pull request #498 from abyx/patch-3

Angular + Typescript: fix typo
parents 60b5db0b fcb8994e
......@@ -5,7 +5,7 @@ module todos {
/**
* 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
*/
export class TodoCtrl {
......@@ -109,4 +109,4 @@ module todos {
};
}
}
\ No newline at end of file
}
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