Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / boolean.tpl.html
1 <section ng-controller="YMTypeBooleanCtrl as yangTypeBolean" flex>
2     <md-switch ng-model="node.value"
3                id="{{ node.label + node.id }}"
4                aria-label="Boolean"
5                ng-disabled="{{ yangOutput.notEditable }}">
6     </md-switch>
7 </section>