UNPKG

generator-base-angularjs

Version:

AngularJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.

4 lines 136 B
define(['controllers/index'], function(indexController) { 'use strict'; window.app.controller('indexController', indexController); });