Skip to content

Instantly share code, notes, and snippets.

@kscc25
Last active July 6, 2017 04:37
Show Gist options
  • Save kscc25/a043d3f742c7b1a5aae4df78e6e0c792 to your computer and use it in GitHub Desktop.
Save kscc25/a043d3f742c7b1a5aae4df78e6e0c792 to your computer and use it in GitHub Desktop.
.component('userDisplay', {
templateUrl: 'user-display.html',
bindings: {
user: '<'
},
controller: 'userDisplayController'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment