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
The name of directives like next/prev/pagination... are very very common, 3rd parties should prefix the directives so names will be unique
The text was updated successfully, but these errors were encountered:
Hello,
I have those problem when a use with angular foundation the directive pagination create multi directive compilation error.
Is it possible to add prefix like ui-select.
Example:
<ui-swiper> <ui-swiper-slides> <ui-swiper-slide>Slide1</ui-swiper-slide> <ui-swiper-slide>Slide2</ui-swiper-slide> </ui-swiper-slides> <ui-swiper-prev></ui-swiper-prev> <ui-swiper-next></ui-swiper-next> <ui-swiper-pagination></ui-swiper-pagination> </ui-swiper>
Sorry, something went wrong.
No branches or pull requests
The name of directives like next/prev/pagination... are very very common, 3rd parties should prefix the directives so names will be unique
The text was updated successfully, but these errors were encountered: