UNPKG

generator-mycroftx-component

Version:

Yeoman generator and modified generator-ng-component

7 lines (5 loc) 150 B
'use strict'; angular.module('<%= scriptAppName %>') .controller('<%= classedName %>Ctrl', function ($scope) { $scope.message = 'Hello'; });