I'm using ASP.net MVC and angular js to create a web. I used angular ng-route to render a View when click a link. A the moment when render the View, i want fire the Controller event in order to bind the data and display it. (Similar with ASP.net web form, when page load then can call the data binding function). I'm new in MVC, hope can get some help. Thank you.
