This website requires JavaScript.
Explore
Help
Sign In
q3aql
/
webui-aria2
Watch
1
Star
0
Fork
0
You've already forked webui-aria2
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
61bfe20b94
webui-aria2
/
js
/
init.js
6 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactored old js core in a separate folder
2013-01-22 08:59:52 +01:00
var
app
=
angular
.
module
(
'app'
,
[
]
)
;
Initial core the new overhauled ui in angular.html with fixes for ui in the old index.html
2013-01-15 09:24:09 +01:00
$
(
function
(
)
{
angular
.
bootstrap
(
document
,
[
'app'
]
)
}
)
;
Reference in New Issue
Copy Permalink