I'm trying to put the nav into a custom div wrapper using controls-container=".slider-controls".
When I do this I get 2 directional navs and 2 slide navs inside the slider-controls div. Only one of them works obviously.
And idea why this is happening?
Has anyone else come across this issue?
this is my slider directive...
flex-slider slide="post in postdata track by $index" animation="fade" animation-speed="100" controls-container=".slider-controls"
You're probably navigating uncharted waters here. Anyway, the controls-container setting is probably not handled correctly by the angular wrapper. could you figure out a way to fix the issue?
I'm trying to put the nav into a custom div wrapper using
controls-container=".slider-controls"
. When I do this I get 2 directional navs and 2 slide navs inside the slider-controls div. Only one of them works obviously.And idea why this is happening?
Has anyone else come across this issue?
this is my slider directive...
flex-slider slide="post in postdata track by $index" animation="fade" animation-speed="100" controls-container=".slider-controls"
This is what I get...
Mb.