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 <md-checkbox
aria-label="::$ctrl.label" aria-label="::$ctrl.label"
md-indeterminate="$ctrl.isIntermediate" md-indeterminate="$ctrl.isIntermediate"
ng-disabled="$ctrl.disabled" ng-disabled="::$ctrl.disabled"
ng-checked="$ctrl.isChecked" ng-checked="$ctrl.isChecked"
ng-model="$ctrl.model"> ng-model="$ctrl.model">
<span translate>{{::$ctrl.label}}</span> <span translate>{{::$ctrl.label}}</span>
</md-checkbox> </md-checkbox>
<i class="material-icons" <i class="material-icons"
ng-if="$ctrl.hasInfo" ng-if="::$ctrl.hasInfo"
vn-tooltip="{{$ctrl.info}}"> vn-tooltip="{{::$ctrl.info}}">
info_outline info_outline
</i> </i>

View File

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