Commit graph

53 commits

Author SHA1 Message Date
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
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
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
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
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
benstr
5b09a64806 argg! enough is enough 2015-01-16 14:24:42 -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
3ef4e78cdd Added pathFor and urlFor IR route options to ionItem 2015-01-15 18:49:27 -06:00
Nick Wientge
64beb75490 add subfooterbar component 2015-01-15 08:24:40 -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
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
13c3602ca3 make sure modals can scroll 2014-12-29 02:17:19 -05:00
Nick Wientge
4292fcdb12 add title positioning to headerbar and navbar 2014-12-28 22:32:06 -05:00
Nick Wientge
aa2be71240 add platform style attribute to tabs 2014-12-28 11:15:08 -05:00
Nick Wientge
39e03979b9 add some platform specific configuration 2014-12-27 17:24:39 -05:00
Nick Wientge
033dc99e2a added tab component 2014-12-25 20:40:43 -05:00
Nick Wientge
de35cdf056 more navigation functionality, added back button component 2014-12-25 19:39:30 -05:00
Nick Wientge
6c735dc3f7 initial navbar animiations 2014-12-23 21:23:12 -05:00
Nick Wientge
cc904abb59 oops, guess we need that after all 2014-12-22 14:23:49 -08:00
Nick Wientge
575f7fda20 refactor nav for latest version of ionic css framework 2014-12-22 12:12:45 -08:00
Nick Wientge
1b8f320ff4 fix side menu event handlers, fix modal backdrops on ipad 2014-12-21 12:22:27 -08:00
Nick Wientge
21a81477c7 fix nav direction bug 2014-12-21 11:34:41 -08:00
Nick Wientge
02957a564a basic nav animations working 2014-12-19 08:07:13 -08:00
Nick Wientge
1f8ade26ad fix list showcase 2014-12-17 14:53:30 -08:00
Nick Wientge
3bddaa71f6 fix tabs showcase 2014-12-17 14:28:40 -08:00
Nick Wientge
c9e6077ef9 stub out popup component, still need to implement 2014-12-17 13:04:35 -08:00
Nick Wientge
b5a262ba60 added popover component 2014-12-17 12:15:53 -08:00
Nick Wientge
4ace2246c5 finished action sheet component 2014-12-17 08:40:24 -08:00
Nick Wientge
a4f1a26c7e added loading and backdrop components 2014-12-17 08:23:16 -08:00
Nick Wientge
bcd1cbb8f6 initial actionsheet implementation, need to implement callbacks 2014-12-16 22:05:21 -08:00