0

I need to styling table after the table fill with data. actually, after the DOM fully rendered. How am I doing that in angularjs?

Tehila
  • 61
  • 2
  • 7
  • When asking a question about a problem caused by your code, you will get much better answers if you provide code people can use to reproduce the problem. See [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). – georgeawg Dec 13 '18 at 12:38
  • Possible dublicate [link](https://stackoverflow.com/questions/18646756/how-to-run-function-in-angular-controller-on-document-ready) – Margulan Zharkenov Dec 13 '18 at 12:45
  • The AngularJS rendering life-cycle is very complex. Directives such as `ng-view` and `ng-repeat` render DOM only after data has been received from the server. The question is too broad to identify a specific answer. – georgeawg Dec 13 '18 at 13:20

0 Answers0