UNPKG

generator-mycroftx-component

Version:

Yeoman generator and modified generator-ng-component

9 lines (7 loc) 226 B
'use strict' angular.module '<%= scriptAppName %>' .directive '<%= cameledName %>', -> template: '<div></div>' restrict: 'EA' link: (scope, element, attrs) -> element.text 'this is the <%= cameledName %> directive'