webpolis / angularjs-cakephp

AngularJs <-> CakePHP Adapter/Helper
39 stars 5 forks source link

Reorganize into a CakePHP plugin #1

Open ProLoser opened 11 years ago

ProLoser commented 11 years ago

Current setup it's tedious to import this into a project without losing the git repo.

webpolis commented 11 years ago

Yes, i know, and hope i can find some more time. Actually, i'm intensively working right now on an Angular/Cake project, and will like to introduce my work sooner or later.

My intention here was to show how we can use Angular to handle the whole "V" part of the Cake's MVC structure, instead of messing up with lots of ".ctp" files :) I'm currently doing that, i only use Cake as REST API - i'd rather use node, but client likes cakes -, while Angular + AngularUI + Twitter Bootstrap take care of the whole presentation level.