I currently want to build a single page app with using Angularjs framework and codeigniter as backend.
But I confuse about the front-end MVC vs back-end MVC. Before using angularjs, i normally put the html partial at codeigniter views folder. Now i have to move my partials(views) to front-end. My question is, where to I locate the views ? because when in angularjs, there is a templateUrl property. I tried to point to codeigniter ‘views/partial.php. And i got ‘forbidden access’ error.
Note: i am new to js framework