fd564b4a893c52e31f5cbe1d684f4c8bfb6378ad
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / boolean.tpl.html
1 <section ng-controller="YMTypeBooleanCtrl as yangTypeBolean" layout="row" class="layout-row flex-center" flex>
2         <span class="mr8">F</span>
3     <md-switch ng-model="node.value"
4                id="{{ node.label + node.id }}"
5                aria-label="Boolean"
6                ng-disabled="{{ yangOutput.notEditable }}">
7     </md-switch>
8     <span>T</span>
9 </section>