|
|
@ -22,7 +22,9 @@ |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
<span ng-switch-when="version"><a ng-href="{{propertyData.value.href}}">{{propertyData.value.title}}</a></span> |
|
|
|
<span ng-switch-when="version"><a ng-href="{{propertyData.value.href}}">{{propertyData.value.title}}</a></span> |
|
|
|
<span ng-switch-when="category">{{ propertyData.value.props.name }}</span> |
|
|
|
<span ng-switch-when="category">{{ propertyData.value.props.name }}</span> |
|
|
|
<span ng-switch-default ng-bind="(propertyData.value !== undefined) ? propertyData.value : '-'"/> |
|
|
|
<span ng-switch-default |
|
|
|
|
|
|
|
ng-bind="(propertyData.value !== undefined) ? propertyData.value : '-'" |
|
|
|
|
|
|
|
ng-attr-title="{{propertyData.value}}"/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|