refactor(overlay): update to latest overlay syntax

This commit is contained in:
Brandy Carney
2017-08-12 14:43:52 -04:00
parent 3b09d0f4a0
commit f1c0a63476
23 changed files with 280 additions and 334 deletions

View File

@ -2,7 +2,7 @@ import { Component } from '@stencil/core';
@Component({
tag: 'ion-gesture-ctrl'
tag: 'ion-gesture-controller'
})
export class GestureController {
private id: number = 0;