index
:
a-MEAN-todo-list
master
This is one MEAN to-do list
kdam0
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
public
/
js
/
app.js
blob: 01ec9be8974cf91c25a9329aecdc5f76ac91108c (
plain
)
1
angular
.
module
(
'toDoList'
,
[
'todoController'
,
'todoService'
]);