Re: [web2py] Re: Web2py and AngularJs route collision

2015-07-09 Thread Sébastien
What exactly are you trying to achieve? I am using AngularJS + Restangular with API calls to Web2py Controller and it works great. My web2py controller has the @@request.restful() decorator After which action in Angular do you get redirected? @Ramos: have a look at Angular 2 and use it, it is

Re: [web2py] Re: Web2py and AngularJs route collision

2015-07-08 Thread António Ramos
Forget Angular, use Vuejs or Ractivejs You will live longer... 2015-07-08 15:30 GMT+01:00 lyn2py lyn...@gmail.com: use web2py for routing and angular for frontend On Wednesday, July 8, 2015 at 8:53:41 PM UTC+8, Aravind S wrote: Our *web2py* project has two parts : 1) Dashboard console

[web2py] Re: Web2py and AngularJs route collision

2015-07-08 Thread lyn2py
use web2py for routing and angular for frontend On Wednesday, July 8, 2015 at 8:53:41 PM UTC+8, Aravind S wrote: Our *web2py* project has two parts : 1) Dashboard console (Single Page App). 2) Customer Form. We are now trying to rebuild the *dashboard console* using *Angular js* which