Last active
August 29, 2015 14:07
-
-
Save aaronfrost/0a266164be0e041a30dc to your computer and use it in GitHub Desktop.
Show Off Bind Once
This file contains 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
<!--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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is with bind once https://github.com/Pasvaz/bindonce