Skip to content

Instantly share code, notes, and snippets.

@pcote
Last active April 12, 2016 22:52
Show Gist options
  • Select an option

  • Save pcote/3dc0fb0bc99bceff989e4156b8eccfe2 to your computer and use it in GitHub Desktop.

Select an option

Save pcote/3dc0fb0bc99bceff989e4156b8eccfe2 to your computer and use it in GitHub Desktop.
var googleDirective = function(){
var d = {};
d.restrict = "E";
return d;
};
angular.module("app", [])
.directive("myGoogle", googleDirective);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment