Merge branch 'alpha50' into css-refactor

This commit is contained in:
Adam Bradley
2015-12-09 07:47:30 -06:00
27 changed files with 71 additions and 49 deletions

View File

@@ -110,7 +110,7 @@ export class Slides extends Ion {
/**
* @private
*/
onInit() {
ngOnInit() {
if(!this.options) {
this.options = {};
}

View File

@@ -34,7 +34,7 @@ class MyApp {
})
}
onInit() {
ngOnInit() {
setTimeout(() => {
this.slider = this.app.getComponent('slider');
console.log('Got slider', this.slider);