SyntaxFix
Write A Post
Hire A Developer
Questions
you can also use the below code.
function activateController(){ console.log('HELLO WORLD'); } $scope.$on('$viewContentLoaded', function ($evt, data) { activateController(); });