Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
e.detail.keyboardHeight
undefined error in keyboardAttach direc…
…tive My background: - newest ionic - newest ionic cordova keyboard plugin installed - iOS 8 + iPhone 5C - debugging through Safari Emulator What happens: When focusing on the input in `<ion-footer-bar keyboard-attach>`, I get a `TypeError: undefined is not an object (evaluating 'e.detail.keyboardHeight')` error. This bugfix fixes it.
- Loading branch information