All Questions
Tagged with angularjs-controlleras function
1 question
2
votes
3
answers
48k
views
Ways to declare Function in AngularJS Controller (controllerAs approach)
I use controller as approach instead of $scope. I have some problems with method calling from HTML. So, the question is that, how many ways exist in declare and call functions in this approach.
...