Doing anything in the terminal, git, etc multiplies my learning curve in attempting to quickly develop an app using CodeIgniter. I realize the need for a Javascript framework and would like to use AngularJS – is there any way around the terminal?
Doing anything in the terminal, git, etc multiplies my learning curve in attempting to
Share
AngularJS can certainly work with Code Igniter, and you don’t need to use the terminal for either.
You’re probably going to want to write a RESTful API with Code Igniter that AngularJS can communicate with. Check out this article for RESTful services with CI: http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/
(a little old, but the basic concept is the same)
Then, with AngularJS, you’d use
$httpto make requests back to the API you wrote with CI: http://docs.angularjs.org/api/ng.$http