UNPKG

fex

Version:

A simple command line interface that helps you develop and test Angularjs project.

7 lines (6 loc) 213 B
'use strict' app.directive '<%- FEXComponentFormatName %>', -> template: '<div></div>' restrict: 'EA' link:(scope, element, attrs) -> element.text '<%- FEXComponentFormatName %> directive'