jbarbede
jbarbede
Same problem on Chromium 29.0.1547.65 after upgrading to ubuntu 13.10. I replaced all "chrome.extension.sendMessage" and "chrome.extension.onMessage" references respectively by "chrome.runtime.sendMessage" and "chrome.runtime.onMessage" in log.js and chromelogger.js to test and now...
Thanks @mitchkramez, I implemented something similar by the way: ``` javascript Tour.prototype._reposition = function($tip, step) { var offsetBottom, offsetHeight, offsetRight, offsetWidth, originalLeft, originalTop, tipOffset; offsetWidth = $tip[0].offsetWidth; offsetHeight = $tip[0].offsetHeight;...
hi @katemihalikova, I'd like to help to improve that component for last ionic version but first I face some AOT compilation error: Error: Unexpected value 'DatetimePickerModule in .../node_modules/ion-datetime-picker/dist/picker.module.d.ts' imported by...
I sent a PR to make the module AOT compatible. Please take a look @katemihalikova. I need your comments, specially on some fix I had to make on the picker...
We used to log also the command type (the Frame class in this case) so the whole conclusion sounds perfect.