-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[$injector:unpr] Unknown provider: eProvider <- e <- uiSelectHeaderDirective after updating from 0.19.5 to 0.19.6 #1967
Comments
Hi, There are no breaking changes only a new feature where you can add header/ footer. |
This very same issue happens on me when I was on 0.19.6 updating to 0.19.7. A temporary solution is to fall back to 0.19.6 |
It is a problem in the new feature see footer Same goes for the header. will make a fix for this. |
I made a patch, |
@hochi-vivovii thanks in the mean time I had made the changes also. Will close yours down it contains the |
Reopen as this is not resolved yet. |
Confirming I am getting the same issue |
Same issue ;/ patch version update breaks my app |
@Jefiozie will there be a newer release to patch this? meanwhile do we just fall back to 0.19.6? |
Yes i think this is best. Still looking for the best option to resolve all problems. |
@Jefiozie to remove tag on npm use dist-tag in this case should be something like for bower i have no idea if that's even possible. UPDATE:
So in conclusion, I think the sensible way is to actually publish a new release (0.19.8) with a revert of 0.19.7. This way everyone can move forward, both in bower and npm without any issues, instead of following through with removal of tag on npm (as proposed in #1972). |
I think a 0.19.8 revert would be best. People like me will forget to remove the version lock from their bower or npm files. |
Agree coz now my project is stuck on 0.9.16 and would like to unlock asap. |
You can overwrite bower's latest version.
Next time you do an update it'll be upgraded to latest. Just wait until the fix is published. |
I'm looking at the problem now. Can people verify that default behaviour is back to normal in this plunker plunker with multiple |
Updated the plunker examples could somebody verify this is working again? |
@Jefiozie I don't have any errors anymore with "Version: 0.19.7 - 2017-04-15T14:28:36.649Z" |
@Jefiozie Still getting the same error. Tried versions |
@lchanouha thanks for the verifying. Hope i can send a new version pretty soon. |
For reference, I got: Error: $injector:strictdi Explicit annotation required on 0.19.7 and the error went away with version 0.19.6 on Angular 1.4.8. |
Just pushed a new version where I reverted the head/ footer feature hope this will solve all issues. Please let me know. |
@Jefiozie I'm not fetching the new version via bower. It's still installing 0.19.7. |
On npm is see that it is updated. However our versioning is a bit strange. When releasing This should be present in the
|
@Jefiozie This was a mistake on my part. I misread the bower output messages. I did receive 0.19.8 via bower update. Thank you so much for your great plugin and help. |
Closing this issue as it seems to be resolved. See comments above. if not please let me know i will update / reopen the issue. |
Hi @Jefiozie , I have used code from https://jsfiddle.net/betonetotbo/0yfhe7pf , so can you please share the details as in which files i have to be change for header and footer the code and what code. It will be so helpful if you provide it accordingly. |
The header and footer feature is removed from the latest as there ware many problems with it. Hopefully it will be in next release. |
Bug description:
I updated from 0.19.5 to 0.19.6 today. I am getting the following error
Is there any breaking changes made.
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Angular-1.6.4
Bootstrap-3.3.7
UI select- 0.19.6
The text was updated successfully, but these errors were encountered: