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

Created index.js for easier use with browserify #40

Closed
wants to merge 3 commits into from

Conversation

barroudjo
Copy link
Contributor

It will make it easier to use with browserify:

``
var myApp = require('angular').module('myApp', [ require('angular-xml') ]);

@@ -0,0 +1,2 @@
require('angular-xml.js');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be ./angular-xml.js?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, you're right !

@johngeorgewright
Copy link
Owner

If you can make that small change and squash the commits, then I'll package up a release.

@barroudjo
Copy link
Contributor Author

I don't know what you mean by squash the commits. I commited the correction for the ./angular-xml.

@johngeorgewright
Copy link
Owner

Squashed and merged

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

Successfully merging this pull request may close these issues.

2 participants