Skip to content

Instantly share code, notes, and snippets.

@jabyrd3
Last active August 29, 2015 14:01
Show Gist options
  • Save jabyrd3/9a5b429adaa2c477af25 to your computer and use it in GitHub Desktop.
Save jabyrd3/9a5b429adaa2c477af25 to your computer and use it in GitHub Desktop.
pisswizard
"Header":{
"Key":{
"Type":"Attribute",
"Title":"BoardName",
"Dimension":"Broker"
},
"Value":{
"Key":{
"Type":"Attribute",
"Title":"BrokerName",
"Dimension":"Broker"
},
"Value":{
"Key":{
"Type":"Attribute",
"Title":"State",
"Dimension":"Broker"
},
}
}
}
<div ng-if="x.Title">
true {{$index}} {{x.Title}}
</div>
<div ng-if="!x.Title">
false {{$index}}
<span ng-repeat="x in x track by $index" ng-include="'partials/field_renderer.html'"></span>
</div>
<div ng-repeat="x in data.Header" ng-include="'partials/field_renderer.html'"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment