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: c7aacc8db0a88107ccd8ac38b11fce6af4fe278c (
plain
)
1
2
3
4
5
(
function
(
angular
)
{
angular
.
module
(
'n.Notes'
,
[]);
})(
window
.
angular
);