darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
143 stars 63 forks source link

event which notifies the directive is rendered completely #106

Open praswebdev opened 9 years ago

praswebdev commented 9 years ago

Hi how can i know, when the directive is rendered completely? or is there any event which gets triggered only once after the directive is rendered?

darul75 commented 9 years ago

Hi, normally after a full DOM rendering process pass directive will be rendered, meaning I guess you could try use you code in a $timeout. I will add an event to be triggered into directive too.

praswebdev commented 9 years ago

Hi Could you please take a look at issue number 113? I am kind of stuck with it.

Thanks