Commit 36dd04f
fix(dropdown): unbind toggle element event on scope destroy
Also, change the way disabled dropdownToggle is read from `attrs` instead of element property.
Closes angular-ui#1867
Closes angular-ui#1870
Add an optionnal parameter on timepicker object in order to control the visibility of the controls arrows.
chore(tests): Add unit tests for arrows control visibility
Fixing demo semi colon issue.
chore(release): Add unit tests
chore(timepicker): Add LOC to check the user's input
chore(timepicker): Remove method for showArrowControls option
chore(timepicker): Remove Show / Hide option from demo
chore(timepicker): Hides <tr> element rather than <td> element.
chore(tests): Simplify arrows control visibility tests
chore(tests): Refactoring arrow visibility tests
fix(dropdown): unbind toggle element event on scope destroy
Also, change the way disabled dropdownToggle is read from `attrs` instead of element property.
Closes angular-ui#1867
Closes angular-ui#1870
Add an optionnal parameter on timepicker object in order to control the visibility of the controls arrows.
chore(tests): Add unit tests for arrows control visibility
Fixing demo semi colon issue.
chore(release): Add unit tests
chore(timepicker): Add LOC to check the user's input
chore(timepicker): Remove method for showArrowControls option
chore(timepicker): Remove Show / Hide option from demo
chore(timepicker): Hides <tr> element rather than <td> element.
chore(tests): Simplify arrows control visibility tests
chore(tests): Refactoring arrow visibility tests
refactor(rating): use `track by` in template
Closes angular-ui#1724
refactor(pagination): add `href` and `track by` in templates
Closes angular-ui#1725
fix(progressbar): allow fractional values for bar width
* Fractions are limited to two decimals, and are not included in aria values.
Closes angular-ui#1761
fix(dropdown): use $animate for adding and removing classes
Closes angular-ui#1644
feat(datepicker): add `datepicker-mode`, `init-date` & today hint
* Add two-way binded `datepicker-mode`.
* Add optional `init-date` when no model value is specified.
* Add hint for current date.
* Use isolated scope for popup directive.
* Use optional binding for `isOpen`.
* Split each mode into it's own directive.
Closes angular-ui#1599
BREAKING CHANGE:
`show-weeks` is no longer a watched attribute
`*-format` attributes have been renamed to `format-*`
`min` attribute has been renamed to `min-date`
`max` attribute has been renamed to `max-date`
refactor(rating): evaluate attributes inside init function
Closes angular-ui#1590
Closes angular-ui#1768
refactor(pagination): remove unused watch
Closes angular-ui#1769
fix(typeahead): correctly higlight numeric matches
Fixes angular-ui#1777
refactor(typeahead): use `ng-if` and `track by` in template
Closes angular-ui#1722
demo(typeahead): correct demo for asyn results
Fixes angular-ui#1740
refactor(datepicker): track buttons by date instead of $index
refactor(pagination): move boundary & directions to the template
Closes angular-ui#795
Closes angular-ui#1770
feat(alert): add WAI-ARIA markup
Closes angular-ui#1806
chore(demo): fix fork button width
Closes angular-ui#1805
fix(datepicker): `Today` button should not set time
Fixes angular-ui#1726
Closes angular-ui#1808
fix(progressbar): number filter in bar template and only for percent
Closes angular-ui#1807
refactor(dropdown): remove isolated scope
Closes angular-ui#1818
feat(typeahead): add WAI-ARIA markup
Closes angular-ui#1814
refactor(accordion): transclude function in compile is deprecated.
Closes angular-ui#1789
refactor(carousel): use `track by` in template
Closes angular-ui#1723
fix(datepicker): mark input field as invalid if the date is invalid
Closes angular-ui#1845
Conflicts:
src/datepicker/datepicker.js
src/datepicker/test/datepicker.spec.js1 parent 93da30d commit 36dd04f
File tree
9 files changed
+102
-7
lines changed- src
- datepicker
- test
- dropdown
- docs
- test
- timepicker
- docs
- test
- template/timepicker
9 files changed
+102
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
323 | 325 | | |
324 | 326 | | |
325 | 327 | | |
326 | 328 | | |
327 | 329 | | |
328 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
329 | 339 | | |
330 | 340 | | |
331 | 341 | | |
332 | 342 | | |
333 | 343 | | |
334 | 344 | | |
| 345 | + | |
| 346 | + | |
335 | 347 | | |
336 | 348 | | |
337 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
| 798 | + | |
798 | 799 | | |
799 | 800 | | |
800 | 801 | | |
| |||
815 | 816 | | |
816 | 817 | | |
817 | 818 | | |
| 819 | + | |
| 820 | + | |
818 | 821 | | |
819 | 822 | | |
820 | 823 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
131 | 137 | | |
132 | 138 | | |
133 | 139 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
94 | 123 | | |
95 | 124 | | |
96 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
379 | 384 | | |
380 | 385 | | |
381 | 386 | | |
| |||
874 | 879 | | |
875 | 880 | | |
876 | 881 | | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
877 | 912 | | |
878 | 913 | | |
| 914 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments