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 
sits under the following url:

http://domain.com/app/controller/function?id=b2e&[email protected]#/

*Issue :* Angular routes are re-routed by web2py which is undesirable.

*Question :* How do I disable the web2py routing for that particular 
controller-function? Or any other possible solutions?

I've written my angular-app logics under *App/static/angular_app/* and 
views are in*App/static/angular_app/views* (web2py static folder)

Please take a look at my stackoverflow post:

http://stackoverflow.com/questions/31182466/web2py-and-angularjs-route-collision

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to