Commit graph

96 commits

Author SHA1 Message Date
Nick Wientge
12f7c64275 Merge pull request #44 from digilord/master
Adjusted the align data source to be this.data
2015-01-25 10:30:12 -08:00
digilord
b67f1a49e8 Adjusted the align data source to be this.data
this.data holds the alignTitle attribute for the ionHeaderBar when using the ionNavBar.
2015-01-25 10:53:54 -07:00
Nick Wientge
7e5905ef8f publish 0.1.11 2015-01-21 12:19:30 -08:00
Nick Wientge
d6fcb73053 Merge pull request #38 from rclai/master
Multi-modal support and button effect
2015-01-21 12:14:00 -08:00
Richard Lai
d3f183c283 Added global .button active effect. 2015-01-21 01:11:36 -05:00
Richard Lai
77e96dcc3a No need. 2015-01-21 00:10:26 -05:00
Richard Lai
39340236c7 Multi-modal support: accounting for identical template names and properly handling escape button. 2015-01-21 00:08:32 -05:00
Richard Lai
0626b5a5cc Multi-modal support. 2015-01-20 23:36:09 -05:00
Nick Wientge
23ba728ab7 Merge pull request #32 from spencercarli/master
Ensure Router.routes[this.path] is not undefined for ionTab
2015-01-19 17:42:27 -08:00
Spencer Carli
3a3a53f91f Forgot semicolon 2015-01-19 20:03:54 -05:00
Spencer Carli
aefb6885a2 Ensure Router.routes[this.path] is not undefined 2015-01-19 19:59:08 -05:00
Nick Wientge
4a88185523 Merge pull request #30 from benstr/master
Fixes #29, ionItems to work better with Underscore
2015-01-19 07:05:07 -08:00
benstr
a2de9a4457 Fixed ionItems to work better with Underscore
Originally tested with lo-dash, which is smart enough to know what you want if no predicate is defined. Underscore *requires* a predicate which I did not originally include and causes an error.
2015-01-19 02:02:26 -06:00
Nick Wientge
ab59bed276 publish latest version 2015-01-18 13:22:37 -08:00
Nick Wientge
7de261b1da allow passing a badge number to tab items 2015-01-18 13:18:10 -08:00
Nick Wientge
8e1f520221 dont set tab-item-positive on ionTab 2015-01-18 13:04:46 -08:00
Nick Wientge
4d3e302c9e allow configuring sidemenu sides 2015-01-17 17:45:15 -08:00
Nick Wientge
0b0d033fd1 make ionLoading parameters optional. fixes #22 2015-01-17 17:29:30 -08:00
Nick Wientge
6985ddbb7f fix title align issues on android 2015-01-17 17:12:56 -08:00
Nick Wientge
7095005b91 subheaders should know when there are tabs above them 2015-01-17 16:35:21 -08:00
Nick Wientge
1af61b8e4a footer bars should be aware of tabs below them 2015-01-17 16:27:29 -08:00
Nick Wientge
91b10b1e89 Merge pull request #26 from benstr/master
Added pathFor and urlFor IR route options to ionItem, resolves #25
2015-01-17 12:48:58 -08:00
benstr
5b09a64806 argg! enough is enough 2015-01-16 14:24:42 -06:00
benstr
eda781eb9e oops, edited the wrong code block in the Guide. 2015-01-16 14:19:18 -06:00
benstr
8e488a1291 Updated ionItem attributes and Documentation per PR comments 2015-01-16 14:10:08 -06:00
benstr
904708881e oops, removed logs 2015-01-16 10:15:04 -06:00
benstr
aceb6f75e9 Added route= parameter as alternative to path=
Depending on what the developer is a cusomt to they may think of using route='blah.list' instead of path='blah.list' . We should be able to parse both.
2015-01-16 09:57:58 -06:00
benstr
fd7dca7265 Added ionList & ionItem to Guide 2015-01-16 09:55:27 -06:00
benstr
3ef4e78cdd Added pathFor and urlFor IR route options to ionItem 2015-01-15 18:49:27 -06:00
Nick Wientge
86b616ed62 publish 0.1.9 2015-01-15 08:29:12 -08:00
Nick Wientge
64beb75490 add subfooterbar component 2015-01-15 08:24:40 -08:00
Nick Wientge
3f68844bce fix link to LICENSE 2015-01-10 12:26:32 -08:00
Nick Wientge
5eada29e03 add license, publish new version 2015-01-10 12:18:41 -08:00
davidwoody
093ae320f8 ionTab uses session, localStorage, and router fallback 2015-01-09 21:44:55 -05:00
davidwoody
bbc9bd48bf revert 2015-01-09 20:16:41 -05:00
davidwoody
e6e53d62b9 active tab tied to route. fixes #18 2015-01-09 19:48:18 -05:00
Nick Wientge
5ad12ffa58 reset scroll position when navigating back. fixes #1 2015-01-09 14:02:22 -08:00
Nick Wientge
68b8ebca6c add some basic documentation 2015-01-07 20:15:51 -08:00
Nick Wientge
35261df71f publish latest version 2015-01-02 16:33:17 -08:00
Nick Wientge
6eb4c202cf add meteor hunt to examples 2015-01-02 16:22:05 -08:00
Nick Wientge
3a65a0ee28 fix back button url logic 2015-01-02 16:11:23 -08:00
Nick Wientge
99214b4036 dont run route animations when changing tabs 2015-01-02 15:50:00 -08:00
Nick Wientge
5642e3ff92 oops 2015-01-02 09:04:16 -08:00
Nick Wientge
019c4fb257 better android tab support 2015-01-02 08:20:29 -08:00
Nick Wientge
7494d5a31c use android back arrow on android 2015-01-02 08:09:18 -08:00
Nick Wientge
298459e43e fix navbar title positioning bugs, allow passing custom icon to back button 2015-01-02 08:00:40 -08:00
Nick Wientge
304b81ce79 README tweaks 2014-12-31 09:54:59 -08:00
Nick Wientge
163062261b add contacts app to readme, hide meteorhunt for now 2014-12-30 19:40:59 -08:00
Nick Wientge
13c3602ca3 make sure modals can scroll 2014-12-29 02:17:19 -05:00
Nick Wientge
a8e1859339 update project status in readme 2014-12-28 22:41:03 -05:00