With a multitude of older javascript functions for sign up/sign in operations through parse.com, I am considering integrating AngularJS for improved routing and other advantages. Is it feasible to establish an angular stack and encapsulate these functions within angular modules? If so, how can this be accomplished?
PS: My experience with AngularJS is limited and establishing a connection between parse.com and Angjs has been challenging.