This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
sv1313
/
AgularJSBooks
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
fbae293b84
Dallar
Biçim İmleri
XEditebl
authors
directive
http
master
noMaster
notify
rootScope
update
AgularJSBooks
/
app
/
controllers
/
main.controller.js
main.controller.js
127 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
11
12
13
(function ()
{
'use strict';
app.controller('Main', function ($scope)
{
}
);
}
)();