Last active
November 8, 2015 22:45
-
-
Save ianaya89/2bad2fa72eaed7338908 to your computer and use it in GitHub Desktop.
dirvetice-scafoolding.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
angular.module('moduleName') | |
.directive('directiveName', function () { | |
return function($scope, $element, $attrs) { | |
//make the search using element | |
}); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body directive-name></body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment