I have a functionality, where my *div *should show once i click on button, and I could able to do this using *ng-show* property.
Now the problem is, in page load same div appears few seconds, then once angular JS code execute then div will hid, ( as we have written code to hid div in angular JS, till this code runs, div is visible to user) how do i disable my controls in page load it self, once i click on button, then only it has to display the div. for your reference below is screen shot for same. while page loading: <https://lh3.googleusercontent.com/-JSwvnEgnBeY/V6BP8wc9c6I/AAAAAAAAC90/gtJ2rK0ieRoLAhDJtfDBhswwH0QQNS_qgCLcB/s1600/Untitled.png> after 3 seconds page load is completed <https://lh3.googleusercontent.com/-uB7-XO48b5E/V6BQbc5nlPI/AAAAAAAAC94/LNl4W2Pf_HksI6evXPpjpiWj7A3GEKi9gCLcB/s1600/Capture.PNG> -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
