How to integrate AngularJs with Sails.js

I am creating a sails.js application. The front end was developed independently in AngularJS. I am confused as to how AngularJS should be integrated with sails.js. Should I keep the front and backend separate and keep firing the backend API in angular controller, or is there a better way to do this?

+3


source to share





All Articles