mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Moved messages to ng-bind for performance.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user