You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got it installed into site-packages ( using virtualenv ) and there are two directories: "djangular", which contains files for version 1.0.7 and "angular12", which containes files for version 1.2.3.
Command "makeangularapp" generates file structure for version 1.0.7 ( ngRoutes isn't included in app's dependencies and I know that module was pulled out of angular.js file in later version ).
I don't know how to use it properly to support angular 1.2.3 and I followed the instructions in readme. However as I browsed the content of this repo on github it shows sources for 1.2.3. I am quite confused, could you tell me how to set up this for 1.2.3?
The text was updated successfully, but these errors were encountered:
Today I installed djangular via pip ( pip shows djangular (0.2.5)) and I ended up with version 1.0.7 set by default.
I am using following code to include angular sources in templates:
I got it installed into site-packages ( using virtualenv ) and there are two directories: "djangular", which contains files for version 1.0.7 and "angular12", which containes files for version 1.2.3.
Command "makeangularapp" generates file structure for version 1.0.7 ( ngRoutes isn't included in app's dependencies and I know that module was pulled out of angular.js file in later version ).
I don't know how to use it properly to support angular 1.2.3 and I followed the instructions in readme. However as I browsed the content of this repo on github it shows sources for 1.2.3. I am quite confused, could you tell me how to set up this for 1.2.3?
The text was updated successfully, but these errors were encountered: