UNPKG

generator-mycroftx-component

Version:

Yeoman generator and modified generator-ng-component

13 lines (11 loc) 303 B
'use strict'; angular.module('<%= scriptAppName %>') .directive('<%= cameledName %>', function () { return { template: '<div></div>', restrict: 'EA', link: function (scope, element, attrs) { element.text('this is the <%= cameledName %> directive'); } }; });