UNPKG

meka

Version:

Marionette Scaffolding

24 lines (19 loc) 436 B
module.exports = function({{root}}) { {{root}}.module('{{app_name}}', function({{app_name}}, App, Bb, Ma, $, _) { this.startWithParent = false {{app_name}}.Router = Ma.AppRouter.extend({ appRoutes: { 'route': 'meth' } }) var API = { meth: function() { } } App.addInitializer(function() { return new {{app_name}}.Router({ controller: API }) }) }) }