wiki.html~ 554 Bytes
Newer Older
baban committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<div class="content">
<div class="container">
 <div class="col-lg-12">
    <h4 class="txt1">{{Guid}}</h4>
 <br/>    

<div ng-controller="LineageController" style="border-bottom: 2px solid #060;margin-bottom: 30px;">
<div class="lineage"></div>
 <svg ng-attr-width="{{width}}"
                 ng-attr-height="{{height}}">
              
            </svg>
</div>

<div ng-repeat="(key,value) in details" ng-if="isString(value)" ng-include="'partials/attribute.html'"></div>

<!--<tab heading="Raw"><pre>{{details}}</pre></tab>-->


</div>
</div>
</div>