Skip to content

Instantly share code, notes, and snippets.

@randallb
Created May 23, 2013 19:54
Show Gist options
  • Save randallb/5638937 to your computer and use it in GitHub Desktop.
Save randallb/5638937 to your computer and use it in GitHub Desktop.
Template in HTML:
<widget>
This is a widget
</widget>
After compilation:
<widget ng-click="standardMethod">
This is a widget.
</widget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment