test(slides): update to use @ViewChild

This commit is contained in:
Adam Bradley
2016-04-16 23:09:13 -05:00
parent 1daa7c5382
commit 2295bd9264
4 changed files with 23 additions and 34 deletions

View File

@ -20,9 +20,7 @@ class IntroPage {
startingIndex: number = 1;
mySlideOptions;
constructor(nav: NavController) {
this.nav = nav;
constructor(private nav: NavController) {
this.mySlideOptions = {
paginationClickable: true,
lazyLoading: true,