Sha256: 5b15955f674a70de12594d1196d0e4c4873d22054742eb06fcd3c95d4c8bde36

Contents?: true

Size: 921 Bytes

Versions: 10

Compression:

Stored size: 921 Bytes

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
maestranoComponents = angular.module('maestrano.components', [
  'maestrano.components.mno-match',
  'maestrano.components.mno-flash-msg',
  'maestrano.components.mno-helptext',
  'maestrano.components.mno-autostop-app',
  'maestrano.components.mno-notification-widget',
  'maestrano.components.mno-loading-lounge',
  'maestrano.components.mno-scroll-to',
  'maestrano.components.mno-currency-widget',
  'maestrano.components.file-model',
  'maestrano.components.mno-price-converter',
  'maestrano.components.mno-current-currency',
  'maestrano.components.mno-password-strength',
  'maestrano.components.mno-editable',
  'maestrano.components.mno-typeahead',
  'maestrano.components.mno-message-modal',
  'maestrano.components.mno-compile',
  'maestrano.components.mno-password',
  ]
)

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/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.8 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.7 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.6 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.5 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.4 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.3 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.2 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.1 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee
mno-enterprise-frontend-2.0.0 app/assets/javascripts/mno_enterprise/angular/directives/maestrano-components/maestrano-components.js.coffee