This website works better with JavaScript
Home
Verkennen
Help
Inloggen
sv1313
/
AgularJSBooks
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
08e4a1fa79
Aftakkingen
Labels
XEditebl
authors
directive
http
master
noMaster
notify
rootScope
update
AgularJSBooks
/
app
/
controllers
/
main.controller.js
main.controller.js
127 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
9
10
11
12
13
(function ()
{
'use strict';
app.controller('Main', function ($scope)
{
}
);
}
)();