a0b7d33feb
fix(searchbar): updated searchbar API docs and moved input functions
...
references #731
2015-12-14 11:50:26 -05:00
227be2c874
fix(searchbar): emit input event to searchbar which now triggers the input on clear
...
closes #666
2015-12-12 15:30:40 -05:00
23288931d6
refactor(searchbar): fix searchbar attribute names and update API docs
...
references #666
2015-12-12 15:05:34 -05:00
9c9df6c380
refactor(searchbar): update default inputs
...
references #666
2015-12-12 14:59:23 -05:00
4024784b25
Merge branch 'master' into searchbar-fix
...
# Conflicts:
# ionic/components/searchbar/searchbar.ts
# ionic/components/searchbar/test/floating/main.html
2015-12-12 14:48:58 -05:00
dfa36baeb9
refactor(searchbar): searchbar updates
2015-12-12 14:43:24 -05:00
5d6d9b9610
chore(upgrad): ng alpha52 and case-sensitive templates
2015-12-10 22:52:55 -06:00
b8ad42c797
refactor(searchbar): changed Cancel button to show by default
...
Renamed some searchbar input properties. Fixed the cancel button
showing when it wasn’t focused.
2015-12-10 18:52:19 -05:00
ff8169cb0a
Merge branch 'master' into searchbar-fix
...
# Conflicts:
# ionic/components/searchbar/searchbar.ts
2015-12-10 17:55:44 -05:00
ab4ad905a8
refactor(searchbar): converting searchbar input to use a directive
...
references #666
2015-12-10 17:51:02 -05:00
d464d5cb1c
remove angular2/angular2 imports
2015-12-10 16:41:57 -06:00
243f03e545
Merge branch 'alpha50' into css-refactor
2015-12-09 07:47:30 -06:00
30b88d746b
chore(): add ng prefix to lifecycle interfaces
2015-12-08 21:38:26 -06:00
88276afc0b
refactor(searchbar): cleaned up some nested css, renamed some classes and added some comemnts
...
references #689
2015-12-08 12:56:46 -05:00
28bb668d43
docs(api): add links to component sections
2015-12-04 13:55:43 -06:00
8a51ca2834
refactor(searchbar): Added an input trigger and moved some of the properties around
...
Added descriptions and private to the functions and improved docs for
searchbar. References #666
2015-12-03 12:30:15 -05:00
3f3b0669eb
refactor(searchbar): renamed SearchBar class to Searchbar
...
closes #667
2015-12-01 10:52:09 -05:00
656b135d98
fix(searchbar): clicking cancel wasn't removing the left alignment
2015-11-24 16:50:37 -05:00
b4a2402d4f
refactor(searchbar): updating animations for cancel button
...
removed margin right and added transform instead. closes #584
2015-11-23 18:40:46 -05:00
13fa14dff6
chore(): make members private
2015-11-15 20:37:24 -06:00
d0385aa95d
refactor(searchbar): UI fixes for searchbar, added clear input to the default cancel action
...
references #247
2015-11-03 17:04:26 -05:00
955c110fbf
Missing comma...
2015-11-03 15:36:39 -05:00
633466c744
refactor(searchbar): added android cancel icon as a button that calls the cancelAction
...
This needs to be cleaned up more and made easier to override by the
user, but it’s a step in the right direction. Added the focused class
for when the user is inside of the input since Android doesn’t use
left-align. References #247
2015-11-03 15:36:39 -05:00
ad3bb2b07f
refactor(searchbar): moved the left-align class to the searchbar host element
...
references #247
2015-11-03 15:36:39 -05:00
0824c3daf3
refactor(searchbar): moved search-bar files to searchbar
...
references #419
2015-11-02 21:07:44 -05:00