appressoas / django_cradmin

An admin UI for Django that is tailored for UIs where a user plays a single role at any time.
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Make the default javascript less intrusive #61

Open espenak opened 8 years ago

espenak commented 8 years ago

With the 2.x release, we see that combining angular1 and angular2 has some challenges. The same goes for angularjs combined with other javascript libraries. We want to provide rich widgets developed in angular2 for cradmin 2.x, but we need to do something smart to make it easy to:

espenak commented 8 years ago

Possibly useful for angularjs1: How to run two separate Angular js apps in the same page