Last active
January 9, 2017 11:44
-
-
Save jrencz/6bcc5972b2b29575e023ba7f9e1d8876 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"name": "demos", | |
"data": { | |
"someKey": { | |
"onlySource": { | |
"andComponent": { | |
"know": "demos component content from outside works! And we can use ng bindings here. Component name: {{ $ctrl.name }}. Dynamic content: {{ $ctrl.remoteConfigurationDemoInputValue }}" | |
} | |
} | |
} | |
} | |
}, | |
{ | |
"name": "hero", | |
"data": { | |
"someField": "hero content from outside works!" | |
} | |
}, | |
{ | |
"name": "navbar", | |
"data": { | |
"someField": "navbar content from outside works!" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment