mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
test(slides): update slide tests to use options instead of attributes
references #5189
This commit is contained in:
@ -9,7 +9,7 @@ class MyApp {
|
||||
this.app = app;
|
||||
this.http = http;
|
||||
|
||||
this.extraOptions = {
|
||||
this.mySlideOptions = {
|
||||
loop: true
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user