Sha256: 3c40988362491512d0ee6cd31c74f7197de664cac729d65f9762b06aaab4f62f

Contents?: true

Size: 1.02 KB

Versions: 10

Compression:

Stored size: 1.02 KB

Contents

# This main module requires all the sub-modules that should compose it
# This pattern allows us to split a fat module in several files
dashboardComponents = angular.module('maestrano.dashboard', [
  'maestrano.dashboard.dashboard-apps-list',
  'maestrano.dashboard.dashboard-account',
  'maestrano.dashboard.dashboard-menu',
  'maestrano.dashboard.dashboard-app-deletion-request',

  # Marketplace Section
  'maestrano.dashboard.dashboard-marketplace',
  'maestrano.dashboard.dashboard-marketplace-app',

  # Company Section
  'maestrano.dashboard.dashboard-organization-index',
  'maestrano.dashboard.dashboard-organization-credit-card',
  'maestrano.dashboard.dashboard-organization-invoices',
  'maestrano.dashboard.dashboard-organization-billing',
  'maestrano.dashboard.dashboard-organization-arrears',
  'maestrano.dashboard.dashboard-organization-settings',
  'maestrano.dashboard.dashboard-organization-members',
  'maestrano.dashboard.dashboard-organization-teams',
  'maestrano.dashboard.dashboard-organization-team-list',
  ]
)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.8 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.7 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.6 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.5 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.4 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.3 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.2 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.1 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee
mno-enterprise-frontend-2.0.0 app/assets/javascripts/mno_enterprise/angular/directives/dashboard/dashboard-components.js.coffee