Commit Graph

1635 Commits

Author SHA1 Message Date
jbavari
f2fd1ea314 chore(gulp): Add gulp src.link to watch files, run src, so users who have npm linked files will update their sass/ts/js 2015-10-05 20:13:22 -06:00
jbavari
67c53955a2 Fix(list): Update list items to show all variations of list + borders 2015-10-05 20:12:36 -06:00
Adam Bradley
26d7fd89d2 fix(): iOS header hairline 2015-10-05 20:15:02 -05:00
Adam Bradley
723a63704b chore(): remove old tabs e2e 2015-10-05 20:06:57 -05:00
Adam Bradley
5e05266052 fix(header): border bottom iOS 2015-10-05 20:05:08 -05:00
jbavari
e53649affb Adding repeat-headers e2e to show the header/item border issue 2015-10-05 18:52:59 -06:00
Brandy Carney
058e28c094 refactor(search-bar): Added iOS styling and a close icon
References #247
2015-10-05 19:25:33 -04:00
Brandy Carney
2d7969cdf8 fix(item): fixed border left on first item after header 2015-10-05 19:25:33 -04:00
jbavari
2bac3a9ef8 style(segment): Remove margin on first and last elements 2015-10-05 15:27:04 -06:00
jbavari
8dcd00b845 Merge remote-tracking branch 'origin/master' into search-bar 2015-10-05 15:23:38 -06:00
Brandy Carney
8bb7a79e93 Merge branch 'search-bar' 2015-10-05 17:06:15 -04:00
jbavari
f9d5e85800 Merge branch 'search-bar' of github.com:driftyco/ionic2 into search-bar 2015-10-05 15:04:24 -06:00
Brandy Carney
0642a46d19 Merge branch 'master' into search-bar 2015-10-05 17:03:16 -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
Adam Bradley
a53efcdeb4 fix(config) 2015-10-05 15:20:47 -05:00
Adam Bradley
194f3e4aad fix(config): set user platform modes 2015-10-05 15:09:16 -05:00
Brandy Carney
649e76167f fix(popup): Removed button type, it's throwing console errors
References #183
2015-10-05 12:41:47 -04:00
Brandy Carney
d4c2342414 feat(button): Added ability to give the button a "type" which will be converted to an attribute.
Note this is working for basic buttons but breaks in the popup
currently, that is a TODO. Changed the default to types for the popup
to an empty string. Closes #183
2015-10-05 12:37:50 -04:00
jbavari
3068cd9ec7 Merge branch 'master' into search-bar 2015-10-05 10:06:14 -06:00
jbavari
fe1fb5fa3c Chore(scripts): Update npm scripts to assist in linking project and running tests 2015-10-05 10:05:45 -06:00
jbavari
9b4b15d468 Merge branch 'master' into search-bar 2015-10-05 10:00:29 -06:00
jbavari
6cc8a43427 Refactor(searchbar): Remove unused variables, remove console.log, and comments in index.tj and main.html 2015-10-05 10:00:17 -06:00
Tim Lancina
13e146b3e5 fix tab tabs 2015-10-04 16:05:58 -05:00
Tim Lancina
45329851f5 chore(tabs): more tabs api docs 2015-10-04 16:03:36 -05:00
Tim Lancina
43a4a71629 chore(tab): tab api docs 2015-10-04 16:03:03 -05:00
Tim Lancina
2483b1ee08 chore(nav): add [root] description to api doc 2015-10-04 16:02:40 -05:00
Tim Lancina
7a954c3f1e container that contains lol 2015-10-04 14:12:26 -05:00
Tim Lancina
39c17ca5c5 chore(tabs): tabs API docs 2015-10-04 14:11:29 -05:00
Tim Lancina
3d6dbe3c9a tweak nav docs 2015-10-04 14:11:09 -05:00
Tim Lancina
0358d1b162 chore(navController): improve doc wording 2015-10-03 08:51:18 -05:00
Tim Lancina
8f75a27980 chore(nav): improve doc wording 2015-10-03 08:40:29 -05:00
jbavari
23a6b39add Fix(demo): Update search list items to have more selections. Add inset to list to avoid the weird bordering look 2015-10-02 23:18:56 -06:00
jbavari
3215c05f4f Fix(search-bar): Have search bar go through items, provide filter, and filter those from list. Make search bar have valueAccessor it self update update control value to watcher 2015-10-02 23:10:52 -06:00
Tim Lancina
539edf8ebd chore(nav): more nav docs 2015-10-02 19:46:07 -05:00
Adam Bradley
5b0eda5be1 refactor(config): get/set/settings and unit tests 2015-10-02 15:23:08 -05:00
jbavari
46fc56fb95 Fix(demo): Remove ion-view from demos for scoll (basic, pull-to-refresh) and tabs (tab-bar-bottom) 2015-10-02 14:10:05 -06:00
jbavari
33dc40aad1 Fix(demo): Fix infinite list demo, remove ion-view 2015-10-02 13:12:04 -06:00
jbavari
d63fbc1787 Merge branch 'master' into sticky-header-chrome 2015-10-02 13:04:49 -06:00
jbavari
59713e6bb2 Fix(demo): update the sticky list demo, remove ion-view, only have ion-content. 2015-10-02 13:04:35 -06:00
Brandy Carney
e013c26879 fix(popup): Fix iOS button hover, convert some values to sass variables
Fix indentations of sass values, references #183
2015-10-02 14:55:17 -04:00
mhartington
34b063550c fix(config): don't hide tab icons for MD 2015-10-02 14:40:58 -04:00
jbavari
82ef03b346 fix(list): Fix for sticky titles in Chrome/Android. Currently broken 2015-10-02 12:40:22 -06:00
Brandy Carney
3b2eb8452e chore(popup): Adding API comments for docs for popups
References #183
2015-10-02 14:40:19 -04:00
Brandy Carney
78224f35ea fix(popup): Fixed iOS styling
References #183
2015-10-02 14:40:18 -04:00
Brandy Carney
dcc76f7e8d chore(popup): Renaming context to opts
References #183
2015-10-02 14:40:18 -04:00
Brandy Carney
f158bf95a8 chore(popup): Removing opts variable as it isn't used
Fixing iOS styling. References #183
2015-10-02 14:40:18 -04:00
Tim Lancina
e9615191a8 chore(docs): nav and navcontroller docs 2015-10-02 13:18:41 -05:00
Tim Lancina
47f9722c33 fix(docs): don't render private class members 2015-10-02 11:33:59 -05:00
Max Lynch
963f3dca1b feat(segment): default styles and header fit 2015-10-02 11:25:40 -05:00
Max Lynch
b43cb32111 fix(segment): works w/o NgControl 2015-10-02 10:57:14 -05:00