Below is the list of some mistakes that developers often make during the use of AngularJS functionalities, some learned lessons and solutions to them.
1. Manipulating DOM through the controller
It's legal, but must be avoided. Controllers are the places where you define your dependencies, bind you...