UNPKG

generator-ngfs

Version:

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node

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