Advertisement
Guest User

Untitled

a guest
May 30th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. module.exports = angular.module('com.good.company.directive', []);
  2.  
  3. angular.module('com.good.company.directive')
  4. .directive('myDirective', [
  5. // directive definition ...
  6. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement