chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-03-03 16:11:52 +01:00
parent 8ff02c77ef
commit 8b605bf2d2
5 changed files with 235 additions and 4196 deletions

View File

@ -40,8 +40,10 @@ if (!Ionic) {
throw new Error(`ionic.js script missing from index.html`);
} else {
console.log('bypassing zone');
Ionic.ael = function ngAddEventListener(elm, eventName, cb, opts) {
console.log('add listener', !!elm.__zone_symbol__addEventListener);
if (elm.__zone_symbol__addEventListener) {
elm.__zone_symbol__addEventListener(eventName, cb, opts);
} else {