diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2016-08-03 18:30:06 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2016-08-03 18:30:06 +0000 |
| commit | f383a85f8ed569821ea0e929139dcd68c5541519 (patch) | |
| tree | e21ca3c635e0bf6aaa124a7954451a09237121c4 /public/js/app.js | |
all files
Diffstat (limited to 'public/js/app.js')
| -rw-r--r-- | public/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/app.js b/public/js/app.js new file mode 100644 index 0000000..01ec9be --- /dev/null +++ b/public/js/app.js @@ -0,0 +1 @@ +angular.module('toDoList', ['todoController', 'todoService']); |
