Weird thing, in the HTML example "data.slider" is used as a slider attribute (line 18), but this value is never initialized or used elsewhere, I think the $scope.slider initialized line 84 is the one that should be used.
Short description of what this resolves:
The example is more clear now, even through ion-slides is working without a defined 'slider' attribute for some reason
Changes proposed in this pull request:
Changed the slider attribute in the html example from data.slider to slider.
Weird thing, in the HTML example "data.slider" is used as a slider attribute (line 18), but this value is never initialized or used elsewhere, I think the $scope.slider initialized line 84 is the one that should be used.
Short description of what this resolves:
The example is more clear now, even through ion-slides is working without a defined 'slider' attribute for some reason
Changes proposed in this pull request:
Ionic Version: 1.x