Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v 0.2.5 and support for Angular 1.2.3 #18

Open
jkozlowicz opened this issue Dec 14, 2013 · 0 comments
Open

v 0.2.5 and support for Angular 1.2.3 #18

jkozlowicz opened this issue Dec 14, 2013 · 0 comments

Comments

@jkozlowicz
Copy link

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:

        <script src="{{ STATIC_URL }}lib/angular/angular.js"></script>
        <script src="{{ STATIC_URL }}lib/angular/angular-cookies.js"></script>
        <script src="/djangular/app.js"></script>

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant