Last active
September 2, 2015 12:41
-
-
Save rolaveric/489562fb0d4240936231 to your computer and use it in GitHub Desktop.
View template using viewValue() method, for FalcorJS + AngularJS v1.x post.
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
<dl> | |
<dt>Title</dt> | |
<dd>{{:: ctrl.viewValue('titlesById[0].title')}}</dd> | |
<dt>Description</dt> | |
<dd>{{:: ctrl.viewValue('titlesById[0].description')}}</dd> | |
</dl> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment