Last active
July 6, 2017 04:37
-
-
Save kscc25/a043d3f742c7b1a5aae4df78e6e0c792 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.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