We have recently re-written UI for our project in AngularJS. I want to understand the angular guidelines and the best practices to develop.
Basically, I want to move some functions from controller class to a helper class. Can I simply create a utils class and call those functions in controller?