Sha256: 4efb96819f7571a769fd866d71520748a3a2e5caf24232fc744062719a743e88

Contents?: true

Size: 559 Bytes

Versions: 18

Compression:

Stored size: 559 Bytes

Contents

class DashboardController extends ApplicationController

@DashboardController = DashboardController

class DashboardIndex extends DashboardController
  layout: 'dashboard/index'

  initialize: ->
    super
    @load()
    @

  render: ->
    super

    @

DashboardRouter = Backbone.Router.extend
  
  initialize: ->
    app.routes['dashboard#index'] = ''

  routes:
    "" : "index"
    "/": "index"

  index: ->
    Events.trigger "navigation:go", "dashboard"
    app.rootWindow.pushRootView new DashboardIndex

$ ->
  app.registerRouter( DashboardRouter )

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
iugusdk-1.0.11 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.10 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.9 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.8 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.7 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.6 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.5 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.4 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.3 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.2 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.1 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.0.alpha.32 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.0.alpha.31 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.0.alpha.30 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.0.alpha.29 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.0.alpha.28 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.0.alpha.27 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee
iugusdk-1.0.0.alpha.26 lib/generators/templates/web-app/web-app/usecode/dashboard/dashboard_controller.js.coffee