UNPKG

generator-angular-mika

Version:

Basic estructure of PW1 made whit MongoDB, ExpressJS, AngularJS and NodeJS, whit ES6 and basic OOP

8 lines (7 loc) 223 B
(() => { 'use strict'; angular .module('<%= aplicationName %>', ['appRoutes', 'ngMessages', 'duScroll', 'ngFileUpload', 'ngAnimate']) .value('duScrollDuration', 2000) .value('duScrollOffset', 30); })();