UNPKG

generator-nww

Version:

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

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