ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

ion-slides's slider attribute value Can't be dynamic? #286

Open developer-vivacity opened 7 years ago

developer-vivacity commented 7 years ago
<div ng-repeat="option in pages.options" class="activity">
<ion-slides slider="{{option.slider_name}}">

</ion-slides>
</div>

in above case slider attribute not taking dynamic value and slider instance not created properly.

developer-vivacity commented 7 years ago

Please help me its urgent.