e0d57ae2584b432bce68571122bcae49608331c2
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / int32.tpl.html
1 <md-input-container md-no-float>
2     <input ng-change="yangType.valueChanged()" ng-model="node.value" aria-label="{{node.value}}" placeholder="{{type.label}}" ng-disabled="{{ yangOutput.notEditable }}">
3     <md-tooltip md-direction="top">{{type.label}}</md-tooltip>
4 </md-input-container>
5
6 <md-icon md-font-set="material-icons" class="top-icon top-element pointer" ng-show="type.errors.length > 0">
7     <md-tooltip md-direction="top">{{type.errors.join('\n')}}</md-tooltip>
8     error_outline
9 </md-icon>