fixed ng-cloak
This commit is contained in:
parent
a2bc5a2d90
commit
b6bb6359c8
@ -361,7 +361,3 @@ table td i:before {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
@ -3,6 +3,7 @@ html(ng-app="netStatsApp")
|
|||||||
head
|
head
|
||||||
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0")
|
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0")
|
||||||
title= title
|
title= title
|
||||||
|
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
|
||||||
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
|
link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
|
||||||
link(rel='stylesheet', href='/css/bootstrap.min.css')
|
link(rel='stylesheet', href='/css/bootstrap.min.css')
|
||||||
link(rel='stylesheet', href='/css/toastr.min.css')
|
link(rel='stylesheet', href='/css/toastr.min.css')
|
||||||
|
Loading…
Reference in New Issue
Block a user