AngularJS with YII

Hi,

How to change the existing Yii framework project design into new AngularJS theme Design

I have both Yii project files and AngularJS theme design files.

I referred some projects but can’t get an idea.

I don’t know how to start. Please anybody can help.

Hi, to work with AngularJS you need to use API, so you have to create APIs in Yii code and use it in Angular code.

this like show you how to build api in yii

http://www.yiiframework.com/wiki/175/how-to-create-a-rest-api/

and this site show you how to use AngularJS.

http://www.angularcode.com/

Thank you very much Abed Alzain. Let me follow your links.