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