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