How to initialize Bootstrap tooltips after my view is loaded (all ng-repeats etc. are done)?
I have tryed to just include $('[data-toggle="tooltip"]').tooltip();
at the bottom of my controller, but it's not initializing tooltips in ngRepeats.
Is there any events which firing on any change of view?