This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
sv1313
/
AgularJSBooks
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
fbae293b84
Grenar
Taggar
XEditebl
authors
directive
http
master
noMaster
notify
rootScope
update
AgularJSBooks
/
app
/
controllers
/
main.controller.js
main.controller.js
127 B
Historik
Rå
1
2
3
4
5
6
7
8
9
10
11
12
13
(function ()
{
'use strict';
app.controller('Main', function ($scope)
{
}
);
}
)();