Skip to content

Instantly share code, notes, and snippets.

@jrencz
Last active January 9, 2017 11:44
Show Gist options
  • Save jrencz/6bcc5972b2b29575e023ba7f9e1d8876 to your computer and use it in GitHub Desktop.
Save jrencz/6bcc5972b2b29575e023ba7f9e1d8876 to your computer and use it in GitHub Desktop.
[
{
"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