Skip to content

Instantly share code, notes, and snippets.

@ianaya89
Last active November 8, 2015 22:45
Show Gist options
  • Save ianaya89/2bad2fa72eaed7338908 to your computer and use it in GitHub Desktop.
Save ianaya89/2bad2fa72eaed7338908 to your computer and use it in GitHub Desktop.
dirvetice-scafoolding.js
'use strict';
angular.module('moduleName')
.directive('directiveName', function () {
return function($scope, $element, $attrs) {
//make the search using element
});
});
<body directive-name></body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment