0
I’m using the Locastyle framework for development, so it performs certain functions of plugins like jquery.mask.js and applies in the required elements.
However, sometimes it happens that the plugin runs before the view is loaded, causing it to have no effect on the page.
How can I check if Angular already loaded and view and only then load script?