index
:
Angular-tutorial
master
Application created while teaching Angular 1
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
assets
/
javascripts
/
app.js
blob: 2f7f6ba83ca4e1baccae57a0449b19bcc56d0528 (
plain
)
1
2
3
4
5
(
function
(
angular
)
{
angular
.
module
(
'n.Notes'
,
[
'n.Hello'
]);
})(
window
.
angular
);