Closed valix85 closed 7 years ago
Hi there, I have not made it into an angular directive, sorry. But if you know how to use angular then it should be easy to make it.
I'd split it into two directives. One bee3d
for the slider base. It should also accept a pagination
attribute. The second directive should be bee3d-slide
which represents each slide.
<bee3d pagination="true">
<bee3d-slide>
<p>custom content</p>
</bee3d-slide>
<bee3d-slide>
<p>custom content</p>
</bee3d-slide>
<bee3d-slide>
<p>custom content</p>
</bee3d-slide>
</bee3d>
Thank you, can you make me an example of this directive? thank you
Closing for inactivity. Angular directives/components aren't provided by this plugin & I provided as much as I could about the out-of-scope topic.
Thanks!
Hello, i buy this slider on codecanyon...have you developed a directive for angular 1.x or ionic 1.x ? how i can use it on ionic project?
thank you