Last active
August 29, 2015 14:01
-
-
Save jabyrd3/9a5b429adaa2c477af25 to your computer and use it in GitHub Desktop.
pisswizard
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
"Header":{ | |
"Key":{ | |
"Type":"Attribute", | |
"Title":"BoardName", | |
"Dimension":"Broker" | |
}, | |
"Value":{ | |
"Key":{ | |
"Type":"Attribute", | |
"Title":"BrokerName", | |
"Dimension":"Broker" | |
}, | |
"Value":{ | |
"Key":{ | |
"Type":"Attribute", | |
"Title":"State", | |
"Dimension":"Broker" | |
}, | |
} | |
} | |
} |
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
<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> |
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
<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