UNPKG
meka
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Marionette Scaffolding
meka
/
templates
/
controller.js
12 lines
(8 loc)
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
=
function
(
{{root}}
) { {{root}}.
module
(
'{{app_name}}.{{app_postfix}}'
,
function
(
{{app_postfix}}, App, Bb, Ma, $, _
) { {{app_postfix}}.
Controller
=
App
.
Controllers
.
Base
.
extend
({
initialize
:
function
(
) { }, }) }) }