We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice if we could use the lib as is:
import angAccordion from 'ang-accordion'; angular.module('myApp', [angAccordion]);
instead of the current:
import 'ang-accordion'; angular.module('myApp', ['angAccordion']);
If you are ok with this, I'll be happy to make a PR. 👍
Thanks for your library.
The text was updated successfully, but these errors were encountered:
Yes, sure. Thank you for the suggestion :)
Sorry, something went wrong.
Issue uxxman#31: Returned module name
dab86e3
Returned the module name from the global function in order to simplify module importation.
Issue uxxman#31: Updated README for import
e12d864
No branches or pull requests
Would be nice if we could use the lib as is:
instead of the current:
If you are ok with this, I'll be happy to make a PR. 👍
Thanks for your library.
The text was updated successfully, but these errors were encountered: