diff --git a/ionic/components/menu/test/multiple/page1.html b/ionic/components/menu/test/multiple/page1.html index b808df44ab..5ff31d7284 100644 --- a/ionic/components/menu/test/multiple/page1.html +++ b/ionic/components/menu/test/multiple/page1.html @@ -1,6 +1,6 @@ - diff --git a/ionic/gestures/gesture.ts b/ionic/gestures/gesture.ts index fe4f776195..c335410010 100644 --- a/ionic/gestures/gesture.ts +++ b/ionic/gestures/gesture.ts @@ -65,11 +65,12 @@ export class Gesture { this._hammer.destroy(); } this._callbacks = {}; + this._hammer = null; this.isListening = false; } destroy() { this.unlisten(); - this._hammer = this.element = this._options = null; + this.element = this._options = null; } }