Skip to content

Tags: wix-playground/angular-jquery-timepicker

Tags

0.1.10

Toggle 0.1.10's commit message
Increase version number to 0.1.10

0.1.9

Toggle 0.1.9's commit message
Increase version number

0.1.8

Toggle 0.1.8's commit message
Use $evalAsync() instead of using $apply() manually

0.1.7

Toggle 0.1.7's commit message
Not re-rendering gave problems in some cases

0.1.6

Toggle 0.1.6's commit message
Only render if needed

0.1.5

Toggle 0.1.5's commit message
Don't re-render the element if it is currently in focus

When the element is in focus, the user is currently typing/selecting a
time. We don't want to overwrite the value at that moment by
rerendering.

0.1.4

Toggle 0.1.4's commit message
Fix the tests

0.1.3

Toggle 0.1.3's commit message
Fix the directive to work on input elements

We're using the $parsers to fetch the date object from the timepicker

0.1.2

Toggle 0.1.2's commit message
Use a value instead of a constant, so that we can override it

0.1.1

Toggle 0.1.1's commit message
Add jquery-timepicker as a bower depenency

Fixes #1