Commit graph

197 commits

Author SHA1 Message Date
Nick Wientge
eff0d8495f Merge pull request #257 from b1rdex/patch-1
Add item-avatar-right to item-list
2015-07-29 12:49:15 -07:00
Anatoly Pashin
f92a1442f8 add item-avatar-right 2015-07-29 15:47:50 +10:00
Nick Wientge
39160ea5e1 Merge pull request #248 from fpoirier1/patch-2
Session set `hasTabsTop` to true when Platform is Android
2015-07-20 09:52:50 -07:00
Francis Poirier
8790039618 Session set hasTabsTop to true when Platform is Android
Since the `tabs-top` class can be set based on the Platform in the helper then the  `Session.get('hasTabsTop')` needs to be set properly.
2015-07-20 12:44:24 -04:00
Nick Wientge
ef895b05d5 Merge pull request #247 from gwendall/master
ionKeyboard: fix input focus event handler + blur on keyboard hide
2015-07-20 07:29:55 -07:00
Gwen
1187591925 fix input focus event handler for ionKeyboard + blur inputs on keyboard hide 2015-07-20 13:42:13 +02:00
Nick Wientge
289e330e85 Merge pull request #244 from gwendall/master
custom barClass to ionModal + fix bug on call ionModal.open on startup
2015-07-16 09:44:24 -07:00
Gwen
d8a1f0c2f8 fix bug when calling ionModal before ionBody rendered 2015-07-16 17:13:02 +02:00
Gwen
68e64b5393 fix bug when calling ionModal before ionBody rendered 2015-07-16 17:05:34 +02:00
Gwen
e0d08e8e13 allow passing custom barClasses to ionModal 2015-07-16 16:50:21 +02:00
Nick Wientge
0b56c866f1 Merge pull request #237 from jamielob/patch-1
Only scroll entering nav view, not the one you're leaving.
2015-07-08 13:14:55 -07:00
Jamie Loberman
45dd4d61b8 Only scroll entering nav view, not the one you're leaving.
If you had already been to a page previously, and then navigated away from it, there was a flash of it's previous scroll position that showed.  This ensures that only the view that is being animated in to view, is scrolled to the correct position, and the one leaving the view is left alone.
2015-07-08 11:51:22 -07:00
Nick Wientge
bcd018e428 Merge pull request #230 from elie222/master
fixed a bug in ionTab
2015-07-03 10:17:08 -04:00
Nick Wientge
d2d88755fc Merge pull request #231 from elie222/patch-1
Update GUIDE.md
2015-07-03 10:14:50 -04:00
Eliezer
58db05e6e4 Update GUIDE.md 2015-07-03 01:40:09 +03:00
Eliezer Steinbock
8dd6d43e75 fixed a bug in ionTab 2015-07-03 00:25:32 +03:00
Nick Wientge
baa7d02c0a Merge pull request #220 from lalomartins/master
Correctly insert nodes at the end of a parent
2015-06-18 19:57:55 -07:00
Lalo Martins
04fcd742e9 Correctly insert nodes at the end of a parent
In _uihooks, sometimes the `next` argument is null, which means the new dquote> node should be appended to the parent. However, using jQuery
(`$(node).insertBefore(next)`), that's not possible, since jQuery
has no way of knowing what parent you mean.

Instead, this commit uses a standard DOM method,
`parent.insertBefore(node, next)`, which does the right thing --
it's what Blaze uses internally when no `insertElement` hook is
defined.
2015-06-19 02:14:34 +02:00
Nick Wientge
7fb88afb65 Merge pull request #217 from lucavandro/patch-3
Update ionTabs.js
2015-06-17 18:50:21 -07:00
Luca Adalberto Vandro
eb9ef9e234 Update ionTabs.js
According to Ionic documentation:
"For iOS, tabs will appear at the bottom of the screen. For Android, tabs will be at the top of the screen, below the nav-bar."
http://ionicframework.com/docs/api/directive/ionTabs/

This change makes meteoric more consistent with Ionic making the UX closer to the native one.
This behavior can be prevented by passing any string to the style attribute, e.g. style="none", like in Ionic $ionicConfigProvider
http://ionicframework.com/docs/api/provider/$ionicConfigProvider/#tabs.style
2015-06-18 02:09:22 +02:00
Nick Wientge
254fbe7f56 Merge pull request #216 from lucavandro/patch-2
Update GUIDE.md
2015-06-17 14:06:50 -07:00
Luca Adalberto Vandro
33428ca525 Update GUIDE.md
Fix a problem with fourseven:scss@3.0.0.
This should prevent issue like #213
2015-06-17 23:06:06 +02:00
Nick Wientge
3799c3a666 Merge pull request #212 from lucavandro/patch-1
Update ionHeaderBar.js
2015-06-17 09:00:28 -07:00
Luca Adalberto Vandro
93c92cba47 Update ionHeaderBar.js
Handle the case when there's more than a single button on both sides of the bar.
It should fix #100 and #182 and it could be a more general solution.
2015-06-17 06:18:52 +02:00
Nick Wientge
6c9aceb776 Merge pull request #208 from Vaqxin/patch-1
Update GUIDE.md
2015-06-11 11:34:22 -07:00
Myron Ramirez
08f821890b Update GUIDE.md
Updated Tabs HOW-TO so that it's much more clear how to use the icons in ionTab.

Figure it'll stop any other issues opened like mine.
2015-06-11 14:30:17 -04:00
Nick Wientge
ab050a67c5 Merge pull request #204 from Kestanous/patch-1
Handle dynamic back urls
2015-06-03 10:36:04 -07:00
Sivli Kestanous
f63d523c64 Handle dynamic back urls
I have a url that was fetched from collection data. I was rendering the template before the subscription was done and the template data was {url: null}. 

Quick fix was to only render the template when the url existed but that cased a flicker when going though routes quickly.

This fix could have been done in an autorun but given that it is only called once this makes the most sense to me.
2015-06-03 12:29:19 -04:00
Nick Wientge
f121c3d162 Merge pull request #187 from rclai/popover-fixes
Popover fixes
2015-05-13 07:58:06 -07:00
Richard Lai
a2e7437f72 Popover fixes 2015-05-08 12:48:00 +00:00
Nick Wientge
d337cf09b9 Merge pull request #176 from tomwasd/IonScrollPositions
IonScrollPositions based on route path rather than route name
2015-04-28 08:05:21 -07:00
tomwasd
ea8516618e IonScrollPositions based on route path rather than route name 2015-04-28 08:05:19 +01:00
Nick Wientge
a5a7c6819a Merge pull request #159 from johynpapin/patch-1
Update GUIDE.md
2015-04-19 18:52:26 -07:00
Papin Johyn
d44532ae05 Update GUIDE.md
Problem on the _id of the Path and Link Examples for the lists.
2015-04-19 21:36:36 +02:00
Nick Wientge
0efcd877a7 Merge pull request #153 from rijk/view-title-fix
Fix for view title parameter
2015-04-16 09:17:27 -07:00
Rijk van Wel
b14f14d0a4 Fix for view title parameter 2015-04-16 16:01:16 +02:00
Nick Wientge
3715db0df5 Merge pull request #151 from rijk/view-title
Added title parameter to ionView
2015-04-15 08:09:36 -07:00
Rijk van Wel
bbc03d6056 Added title parameter to ionView 2015-04-15 16:14:35 +02:00
Nick Wientge
af62af5533 Merge pull request #129 from bastiRe/patch-1
Updated Guide.md with short description for tabs.
2015-03-26 07:49:37 -07:00
Sebastian Rehm
e77872b690 Updated Guide.md with short description for tabs. 2015-03-26 20:38:06 +10:00
Nick Wientge
3e6f41d3d6 Merge pull request #119 from Koosmann/master
Added badge color option to ionTab
2015-03-15 13:10:01 -07:00
Marcus Koosmann
52a59c173e Added badge color option to ionTab 2015-03-15 12:57:11 -07:00
Nick Wientge
ff882994ca Merge pull request #118 from eeandrew/master
add initial slides
2015-03-12 12:55:31 -07:00
zhou lin
4d0d050c56 add initial slides 2015-03-13 01:48:31 +08:00
Nick Wientge
d527dec900 Merge pull request #114 from dcsan/nonexistent-route
backbutton warns about routes that dont exist
2015-03-11 16:02:37 -07:00
dcsan
33e9182b00 typo 2015-03-11 15:59:03 -07:00
dcsan
1b18dd0c41 backbutton warns about routes that dont exist 2015-03-11 15:55:28 -07:00
Nick Wientge
2e8cc5f925 Merge pull request #107 from fpoirier1/patch-1
Added textWrap class to item
2015-03-09 08:29:00 -07:00
Francis Poirier
f3c24019a5 Added textWrap class to item 2015-03-09 10:34:03 -04:00
Nick Wientge
55085b3800 dont mess with the keyboard on android. should fix #89 2015-03-06 12:58:42 -08:00