SyntaxFix
Write A Post
Hire A Developer
Questions
var someVr= element[0].querySelector('#showSelector'); myfunction(){ alert("hi"); } angular.element(someVr).ready(function () { myfunction(); });
This will do the job.