Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
1k views

ngIf causes links on my page to show during load time, and then disappear. The link is not supposed to show at all, and I am assuming that the ngIf statement hasn't been processed yet for the second ...
Zinkal Thakker's user avatar
0 votes
0 answers
65 views

I found this treeview directive //////////////////////////////////////////////////////////////////////////////// /// TREEVIEW ////////////////////////////////////////////////////////////////// ...
Atlas91's user avatar
  • 5,924
2 votes
0 answers
224 views

Although using ng-cloak, some bindings are shown with brakets until getting data at firefox, not other browsers. Which workaround should I do?
Kle's user avatar
  • 1,053
3 votes
2 answers
363 views

One query regarding AngularJS (ng-cloak), as per official docs: The ng-cloak directive is used to prevent the AngularJS HTML template from being briefly displayed by the browser in its raw (...
Hemant Singh's user avatar
  • 1,606
0 votes
1 answer
693 views

I want to show a full-screen image before my AngularJS website is fully bootstrapped. One way is to use ng-cloak. This is an example to show a line of words. I tried to make a full-screen image ...
SoftTimur's user avatar
  • 5,848
0 votes
1 answer
47 views

In my angular app, I'm displaying a pdf using <object> tag. <object ng-cloak data="data:application/pdf;base64,{{tab.documentdata}}" width="100%" height="5000" ...
I'm nidhin's user avatar
  • 2,682
3 votes
5 answers
4k views

In my Angular app, my menu component html code is displayed briefly when the page is loading. Even if I hide the menu html root element with a display none css, the html is still displayed when the ...
soung's user avatar
  • 1,634
0 votes
2 answers
754 views

I have a basic question about ng-cloak In my page I have some places where are I binded some data using angular js {{ }}. Now, I used ng-cloak directive in the body tag and because of this the whole ...
Harish's user avatar
  • 1,273
1 vote
1 answer
210 views

I have created a web app where the user needs to login first. When i type the url in the address bar and press enter, i first see the contents of my index page that is the navigation bar ,...
Tony Roczz's user avatar
  • 2,398
1 vote
1 answer
963 views

I have an HTML form that makes use of a select element. The options of the select element are populated via an API call. I am finding that at times the page appears to be done loading but the select ...
webworm's user avatar
  • 11.2k
2 votes
1 answer
318 views

My content use ng-cloak directive and i would like to get a element height with innerHeight() in a directive. But, when the innerHeight() is use the element is hide by ng-cloak so the result is ...
Florian's user avatar
  • 207
0 votes
1 answer
263 views

how to avoid flicker of a modal box upon clicking on a chekckbox inside that modal <time-checkbox name="show" id="show" class="form-checkbox" >Show</time-checkbox> I tried ng-cloak, it ...
Jasmine's user avatar
  • 5,327
1 vote
1 answer
95 views

I'm working on a page that has to run on an embedded android system (in the system webview), and this thing is tragically slow. So slow in fact, that when you load a page, somtimes the model text is ...
Osmium USA's user avatar
  • 1,806
0 votes
2 answers
187 views

In my web application we have a master index.html , which includes header.html,footer.html,preference.html... and main view content . When the page loads,(url = index.html#) I could see the static ...
GKD's user avatar
  • 53
0 votes
1 answer
414 views

lately I have a pretty significant problem with ng-view and ng-if.Suppose there is a dropdown with two elements (element one and element two).The two elements change a property on rootScope. I have ...
Heddy's user avatar
  • 1

15 30 50 per page