Re: Angular.js advanced tutorials?

2015-09-11 Thread ThomasTheDjangoFan
Hi Javier, yeah it seems like angular is gonna take over the whole page (though it depends on which dom element you target it). Right now I am planning to only use it for certain use-cases and stick to standard django-templates for the easy stuff. But I guess you end up having REST-APIs for a l

Re: Angular.js advanced tutorials?

2015-09-11 Thread Javier Guerra Giraldez
On Fri, Sep 11, 2015 at 5:03 PM, ThomasTheDjangoFan wrote: > I am searching for an angular.js tutorial that shows me how to do some > enhanced ui stuff: i think both angular and react are oriented primarily not to "enhanced ui", but to whole frontend applications. with that in mind, you'll find

Angular.js advanced tutorials?

2015-09-11 Thread ThomasTheDjangoFan
Hi guys, I am searching for an angular.js tutorial that shows me how to do some enhanced ui stuff: 1) What is best practise for have *multiple forms* (formsets with inline-forms, *for example multiple adresses for a contact* as an inline-form) on one page with angularjs and connect it to a mode