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? #290

Open jgw96 opened 7 years ago

jgw96 commented 7 years ago

From @developer-vivacity on July 20, 2017 10:40

<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.

Copied from original issue: ionic-team/ionic#12419