UNPKG

generator-easy

Version:

An EASY stack generator, Express Angular Stylus Yeoman

14 lines (12 loc) 303 B
'use strict'; angular.module('<%= _.camelize(appname) %>App', [<%= angularModules %>]) .config(function ($routeProvider) { $routeProvider .when('/', { templateUrl: 'views/main.html', controller: 'MainCtrl' }) .otherwise({ redirectTo: '/' }); });