UNPKG

generator-nww

Version:

Yeoman generator for NW.js, Angular, [Bootstrap+Jquery] and Node

14 lines (11 loc) 268 B
'use strict'; /** * @ngdoc function * @name <%= scriptAppName %><%= classedName %> * @description * # <%= classedName %> * Controller of the <%= scriptAppName %> */ angular.module('<%= scriptAppName %>') .controller('<%= classedName %>', function () { });