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
fe1fb5fa3c
Chore(scripts): Update npm scripts to assist in linking project and running tests
2015-10-05 10:05:45 -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
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
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
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
Max Lynch
a98b38b55c
fix(segment): working
2015-10-02 10:49:07 -05:00
mhartington
ae6e140fbf
feat(ionTabs): hide tabs by default with MD
...
Closes #229 . Closes #236
Squashed commit of the following:
commit f566321e54937b8d31a8d1f85948ab5d984b9e37
Author: mhartington <mikehartington@gmail.com >
Date: Fri Oct 2 11:03:50 2015 -0400
feat(ionTabs): organize code and clean font sizes
commit 9ee1e28f0b01e9e195bc24a65066a57d66e5ec50
Author: mhartington <mikehartington@gmail.com >
Date: Fri Oct 2 10:51:36 2015 -0400
feat(ionTabs): move scss to tabs.scss
commit 3eba74c27c8eefe6e61f8f3ac12742edb7181772
Author: mhartington <mikehartington@gmail.com >
Date: Thu Oct 1 16:23:37 2015 -0400
feat(ionTabs): add test
commit 34f61431d41283fc8e5ed2f64e0874659072660b
Author: mhartington <mikehartington@gmail.com >
Date: Thu Oct 1 16:13:05 2015 -0400
feat(ionTabs): reuse tabBarIcons
commit 8c6f0edb17bcc6ff0c5f8b7be66f2be8a6775d48
Author: mhartington <mikehartington@gmail.com >
Date: Thu Oct 1 15:56:29 2015 -0400
feat(ionTabs): hide tab icon for md
2015-10-02 11:45:35 -04:00
Max Lynch
f291944335
fix(button): include primary as a CSS definition
2015-10-02 10:10:01 -05:00
Drew Rygh
dc7d7985d1
docs(demos): navigation demo
2015-10-02 09:50:28 -05:00
Drew Rygh
3e22a9dd8d
docs(demos): icons demo
2015-10-02 09:50:28 -05:00
Drew Rygh
d880815bb3
docs(demos): add tabs demo
2015-10-02 09:50:27 -05:00
Adam Bradley
c1406d259b
test(config): get method
2015-10-02 09:10:46 -05:00
Tim Lancina
0afdc67998
feat(nav): re-add popTo and popToRoot
...
re-adds c5be799810 after merge clobber
2015-10-02 09:00:07 -05:00
Adam Bradley
fcacce1d9d
test(platform): init platform/config tests
2015-10-01 22:45:46 -05:00
Adam Bradley
faa9596489
fix(transition): always use animation, just no duration
...
Closes #227
2015-10-01 20:45:44 -05:00
Brandy Carney
86a8175d3a
chore(popup): Adding ability to pass cssClass
...
References #183
2015-10-01 18:11:38 -04:00
Brandy Carney
6a1c9aa159
chore(popup): Adding iOS styling per Ben
...
References #183
2015-10-01 18:11:37 -04:00
Adam Bradley
3a1fc883ff
fix(pane): reuse view panes w/ same structure
2015-10-01 16:29:59 -05:00
Adam Bradley
8a201d8959
fix(content): add back get/setContent methods
2015-10-01 16:12:14 -05:00
Adam Bradley
13ca9dabea
Merge remote-tracking branch 'origin/master'
2015-10-01 15:49:02 -05:00
Adam Bradley
d4a3005524
refactor(nav): NavController/Tabs overhaul
...
Closes #213
2015-10-01 15:04:49 -05:00
perry
4ad0b9638d
docs(generation): navigation tweaks for automatic documentation
2015-10-01 13:46:44 -05:00
Drew Rygh
97b3e7c269
docs(demos): add slider demo
2015-10-01 13:45:12 -05:00
Drew Rygh
ec480b1fd9
docs(demos): add list and item demo
2015-10-01 13:45:12 -05:00
Drew Rygh
c89deca542
chore(demos): fix zonejs issue, add new template
2015-10-01 13:45:12 -05:00
Brandy Carney
43505407b3
chore(popup): Added md mode animation's for popup and added to config
...
Removed the background from the md scss file. References #183
2015-10-01 13:29:50 -04:00
Tim Lancina
cb023e795b
Use typescript 1.5.3 for now
...
Workaround for #232
2015-10-01 11:51:36 -05:00
perry
f8cbd275c4
docs generation for new docs site
2015-10-01 11:14:56 -05:00
Brandy Carney
73597c0b42
fix(popup): Some variables were missing the default flag, also styled iOS more and got rid of some overrides
...
References #183
2015-10-01 11:38:34 -04:00
Brandy Carney
7c70da2212
chore(popup): Fixed MD button so it extends the clear button
...
References #183
2015-10-01 10:08:42 -04:00