Add WebCms
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div ng-show="model.value.length > 0">
|
||||
<ul>
|
||||
<li ng-repeat="preVal in model.value">
|
||||
<i>{{preVal.Key}}</i> : <strong>{{preVal.Value}}</strong>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user