Skip to content

Instantly share code, notes, and snippets.

@aaronfrost
Last active August 29, 2015 14:07
Show Gist options
  • Save aaronfrost/0a266164be0e041a30dc to your computer and use it in GitHub Desktop.
Save aaronfrost/0a266164be0e041a30dc to your computer and use it in GitHub Desktop.
Show Off Bind Once
<!--Pre-Angular 1.3-->
<p id="normal-binding-example">Normal binding: {{name}}</p>
<!--Angular 1.3-->
<p id="one-time-binding-example">One time binding: {{::name}}</p>
@aaronfrost
Copy link
Author

This is with bind once https://github.com/Pasvaz/bindonce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment