designModeToggler.html 215 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <toggle-switch html="true" ng-model="ctrl.inDesignMode" on-label="{{ctrl.onLabel}}" off-label="{{ctrl.offLabel}}" class="switch-small" knob-label="{{ ctrl.getKnobLabel() }}"> </toggle-switch>