urkel-api
Code
Branches
Tags
Commits
main
urkel-api
/
app
/
assets
/
javascripts
/
controllers
/
application.js
Top
1
App
.
ApplicationController
=
Ember
.
Controller
.
extend
(
{
2
appName
:
'My first example'
3
}
)
;