Sha256: 82ba2c9e726f662f13ef6f218a4731df6f56754d62c3b75f790c04d7ea05684c
Contents?: true
Size: 757 Bytes
Versions: 42
Compression:
Stored size: 757 Bytes
Contents
<script type="text/ng-template" id="promethee/components/faq/edit/inspect"> <div class="form-group"> <div class="btn btn-default" ng-click="addComponentByType('faq_item', promethee.inspected.children)">Add item</div> <div ng-show="promethee.inspected.children.length"> <br><br> <label class="label-control">Drag the items below to reorder them:</label> <ul ui-sortable ng-model="promethee.inspected.children" class="list-unstyled"> <li ng-repeat="item in promethee.inspected.children"> <div> <%= fa_icon :bars %> Item {{$index + 1}} <span class="label label-info" ng-click="promethee.inspected = item">Edit</span> </div> </li> </ul> </div> </div> </script>
Version data entries
42 entries across 42 versions & 1 rubygems