test(slides): update slide tests to use options instead of attributes

references #5189
This commit is contained in:
Brandy Carney
2016-02-18 12:18:01 -05:00
parent d21ae88018
commit ae392e2db3
7 changed files with 25 additions and 23 deletions

View File

@ -9,7 +9,7 @@ class MyApp {
this.app = app;
this.http = http;
this.extraOptions = {
this.mySlideOptions = {
loop: true
};