-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add support for es6 import #23
Comments
@aks0020 I am a bit short of time, maybe you want to make pr? |
+1 |
Hi @Yankovsky I've forked your repo and made my self the directive and the support of using es6 here https://github.com/ekarudianto/nouislider-angular-es6 I put your name as the original creator, would you mind if I publish it to npm ? since I'd like to use it personaly for my current project ? |
@ekarudianto @aks0020 just to clarify, what is the point of using es6 imports in this lib? It only depends on noUiSlider and assumes that it is available in window object. |
Yes I was using webpack as the build tool, and it won't work if I just do 'import' from your repo since you're not treat it as a module .. @Yankovsky |
@ekarudianto @aks0020 do you still need this feature? |
Hi @Yankovsky, not really anymore no :) sorry for the late reply |
Please add support for es6 import.
e.g. for ui-router
import uiRouter from 'angular-ui-router'
The text was updated successfully, but these errors were encountered: