UNPKG

generator-mycroftx-component

Version:

Yeoman generator and modified generator-ng-component

12 lines (10 loc) 243 B
'use strict'; angular.module('<%= scriptAppName %>') .directive('<%= cameledName %>', function () { return { templateUrl: '<%= htmlUrl %>', restrict: 'EA', link: function (scope, element, attrs) { } }; });