added one time bindings

This commit is contained in:
Gerard 2019-02-19 12:50:24 +01:00
parent 12337d6bcf
commit abfbf791f3
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
<md-checkbox
aria-label="::$ctrl.label"
md-indeterminate="$ctrl.isIntermediate"
ng-disabled="$ctrl.disabled"
ng-disabled="::$ctrl.disabled"
ng-checked="$ctrl.isChecked"
ng-model="$ctrl.model">
<span translate>{{::$ctrl.label}}</span>
</md-checkbox>
<i class="material-icons"
ng-if="$ctrl.hasInfo"
vn-tooltip="{{$ctrl.info}}">
ng-if="::$ctrl.hasInfo"
vn-tooltip="{{::$ctrl.info}}">
info_outline
</i>

View File

@ -50,8 +50,8 @@
<vn-td expand>
<vn-fetched-tags
max-length="6"
item="item"
title="item.name">
item="::item"
title="::item.name">
</vn-fetched-tags>
</vn-td>
<vn-td number>{{::item.stems}}</vn-td>
@ -65,7 +65,7 @@
<vn-td>
<vn-check
disabled="true"
field="item.isActive">
field="::item.isActive">
</vn-check>
</vn-td>
<vn-td shrink>