[web2py] Re: Angular 2 and web2py

2018-03-20 Thread anil.arya via web2py-users
Hi Anthony , We have defined that variable in python controller.py as exmple below. Its broadcasted to index file using locals(); *def adhar():* * response.view = "angular/adhar/index.html"* * return locals()* On Thursday, March 15, 2018 at 9:17:17 PM UTC+5:30, Anthony wrote: > > On Thursday, M

[web2py] Re: Angular 2 and web2py

2018-03-15 Thread anil.arya via web2py-users
I tried integrating angular5+ framework in my already existing web2py framework and Its running fine, Changed delimiter and interpolation in angular . I am not able to fetch variables defined in web2py from script tag in index.html, is the only issue For exp : var baseUrl = "{{=BAS