Przemyslaw Koziel

Results 3 issues of Przemyslaw Koziel

### Bug description: Custom keyboard navigation does not work in IE. In specified example Alt + Page Up/Down should change a year but it changes a month. ### Link to...

browser: IE
resolution: wontfix
component: datepicker

Hello. I am migrating an angular (1.6.2) app from gulp to webpack 2. I am using angular-ui-bootstrap with typeahead-popup-template-url attribute. It looks like > typeahead-popup-template-url="app/somePathHere/custom-popup.html" How can I use it...

Hi. When(old_action) { Then(do_something_old){} ``` When(new_action) { Then(do_something_new){} }; ``` }; Currently when "do_something_new" fails in the output we only see new_action;;do_something_new message. It would be nice to be able...