Skip to content

Instantly share code, notes, and snippets.

@gsans
Created November 26, 2014 21:03
Show Gist options
  • Save gsans/7372492e83cf05e95803 to your computer and use it in GitHub Desktop.
Save gsans/7372492e83cf05e95803 to your computer and use it in GitHub Desktop.
<profile data=”user”></profile>
scope : { local_data: “=data” } //using alias
scope : { data: “=” } //abbreviation when using identical names
//Usage:
// local_data = 1;
// data = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment