Moved messages to ng-bind for performance.

This commit is contained in:
Gunther Brunner
2014-08-19 20:20:56 +09:00
parent b2a354dd84
commit 7e887b7fb3

View File

@@ -8,12 +8,12 @@
.modal-body
.text-danger(translate) You are no longer controlling the device.
br
h3 {{ device.likelyLeaveReason | likelyLeaveReason | translate }}
h3(translate, ng-bind='device.likelyLeaveReason | likelyLeaveReason')
br
h4(translate).pull-right {{ device.enhancedName }} current status:
br
br
h4.pull-right {{ device.enhancedStatePassive | translate }}
h4(ng-bind='device.enhancedStatePassive | translate').pull-right
.modal-footer