designModeToggler.html 215 Bytes
<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>