UNPKG

generator-base-angularjs

Version:

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

7 lines (6 loc) 147 B
define([], function() { 'use strict'; function footerController($scope) {} footerController.$inject = ['$scope']; return footerController; });