Julian

Results 4 issues of Julian

Hi, the keyUp/Down/Press methods allow for a modifier, such as CTRL, SHIFT, ALT. These modifiers would make sense on the click-method as well. Think of multiple selection using shift or...

feature

``` javascript // Update the date picker when the model changes controller.$render = function () { var date = controller.$viewValue; if ( angular.isDefined(date) && date !== null && !angular.isDate(date) )...

Hey @xlmnxp - great plugin! The "direction" CSS property does not seem to have any effect on GridLayout. The displayed content for the sample below is always: "RIGHT LEFT". It...

bug
help wanted
Platform: Android
Platform: iOS

### Is there an existing issue for this? - [x] I have searched the existing issues ### I have checked the wiki - [x] I have searched the wiki for...

bug