fixed ng-cloak for page latency
This commit is contained in:
parent
9528309807
commit
fdd0c6e04c
@ -2,7 +2,7 @@ extends layout
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
div.container-fluid(ng-controller='StatsCtrl')
|
div.container-fluid(ng-controller='StatsCtrl')
|
||||||
div.page-latency
|
div.page-latency(ng-cloak)
|
||||||
span.small-title page latency:#[ ]
|
span.small-title page latency:#[ ]
|
||||||
span(class="{{ {active: true, latency: latency} | latencyClass }}") {{latency}} ms
|
span(class="{{ {active: true, latency: latency} | latencyClass }}") {{latency}} ms
|
||||||
div.row(ng-cloak)
|
div.row(ng-cloak)
|
||||||
|
Loading…
Reference in New Issue
Block a user