Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / empty.tpl.html
1 <section ng-controller="YMTypeEmptyCtrl as yangTypeEmpty"
2          layout="row"
3          flex="50"
4          class="md-whiteframe-z2 box-container"
5          layout-wrap
6          layout-padding>
7
8     <md-checkbox ng-model="type.emptyValue"
9                  ng-true-value="1"
10                  ng-false-value="0"
11                  ng-change="yangTypeEmpty.valueChanged()"
12                  ng-disabled="{{ yangOutput.notEditable }}"
13                  aria-label="{{type.label}}"></md-checkbox>
14 </section>