a154f9c6d163191c09f3b38927d7512009ce4f3d
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / views / filter / types / binary.tpl.html
1 <input class="leaf-input form-control input-small" type="text" ng-change="valueChanged()" ng-model="node.value" tooltip="{{type.label}}">\r
2 <button class="yangButton iconDanger" tooltip="{{type.errors.join('\n')}}" ng-show="type.errors.length > 0"></button>