Notifications
Clear all
Apr 26, 2020 10:32 pm
I am use to $scope in AngularJS controller.
The project I am contracting on use ‘Controller as’ and I don’t see why.
What’s the proper way out there apart from moving to latest Angular 8 🙂
2 Replies
May 06, 2020 6:27 pm
I have seen both... personally prefer Controller as
Try to avoid directly using $scope variables in the view.