Commit Graph

15 Commits

Author SHA1 Message Date
Brandy Carney
f1a30a4adb fix(search-bar): gave the cancel button a min height and changed to a longer text
Removed the extra selector in the css, references #247
2015-10-29 17:53:46 -04:00
Adam Bradley
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
Brandy Carney
146e77bab3 fix(search-bar): removed the dependency on passing a value for each query
references #247
2015-10-12 18:29:45 -04:00
jbavari
2debff1853 Fix(search-bar): Update search model to bind its query value to the textbox via two way data binding. On input text change or the clear button, call writeValue explicitly. Update demo to show this, also do not pass in undefined values 2015-10-12 16:23:31 -06:00
Brandy Carney
3917c38e27 refactor(search-bar): removed dependency on ngControl and forms
Changed clear div to a button, using ngModel now being passed in by the
user, only showing clear button when input has more than one char.
2015-10-12 12:47:24 -04:00
Brandy Carney
972e16e62a test(search-bar): modified tests to send in less chars
references #247
2015-10-09 10:58:19 -04:00
Brandy Carney
d8a12c3c98 test(search-bar): added tests for all search bars
references #247
2015-10-09 10:38:34 -04:00
Brandy Carney
b07a3760e5 refactor(search-bar): Added JS to calculate the margin of the iOS cancel button
References #247
2015-10-08 14:04:23 -04:00
Adam Bradley
02f04c7322 Merge branch 'master' into alpha38
Conflicts:
	ionic/config/decorators.ts
2015-10-07 13:56:16 -05:00
Adam Bradley
1befe94802 alpha39 updates 2015-10-07 10:51:08 -05:00
jbavari
4c18aec23d Fix(demo): Update search bar floating demo for custom cancel action 2015-10-06 17:01:42 -06:00
jbavari
7d9b8f7ec9 Fix(search-bar): Fix the cancel button to clear input value. Update done/cancel button to call a cancel function 2015-10-06 16:58:15 -06:00
Brandy Carney
9b60da4308 refactor(search-bar): Added iOS styling for cancel button
Cancel button shows when clicking in input box, animation isn’t done
though. Added some examples. References #247
2015-10-06 18:10:13 -04:00
Brandy Carney
319fc9db1f test(search-bar): added tests for input focus animation
References #247
2015-10-06 17:28:20 -04:00
Brandy Carney
0cef1afe20 refactor(search-bar): Added iOS styling and another test page
References #247
2015-10-05 17:03:04 -04:00