UNPKG

atom-lupa

Version:

Navigation bar and breadcrumbs

19 lines (15 loc) 360 B
(function () { angular.module('blah') .directive('Cat', function () { return { restrict: 'E', template: 'Hello Kitty' }; }) .directive('Dog', function () { return { restrict: 'E', template: 'Wow' }; }); })();