Sha256: 3241663259a9a19869fbae903d17581401381f88aaf1d211ce8cf5e3804c8c48
Contents?: true
Size: 732 Bytes
Versions: 1
Compression:
Stored size: 732 Bytes
Contents
<script type="text/ng-template" id="promethee/components/slider/localize"> <div ng-show="(component.master.attributes.contents | json) !== '{}'"> <hr> <div ng-repeat="(key, content) in component.master.attributes.contents"> <div class="row"> <div class="col-md-6"> <b>Item {{key + 1}} Text</b> <div class="promethee-edit__wrapper" ng-bind-html="component.master.attributes.contents[key] | htmlSafe"></div> </div> <div class="col-md-6"> <label class="label-control">Item {{key + 1}} Text</label> <summernote config="summernoteConfig" ng-model="component.attributes.contents[key]"></summernote> </div> </div> </div> </div> </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
promethee-1.6.8 | app/views/promethee/components/slider/_localize.html.erb |