Commit Graph

3393 Commits

Author SHA1 Message Date
Adam Bradley
533dcabeb5 chore(update): angular v1.3.5 2014-12-02 23:56:48 -06:00
Adam Bradley
ab99b13be8 fix(tabs): remove cache=false tab view element 2014-12-02 23:49:36 -06:00
Adam Bradley
0fd6e915aa fix($ionicTabsDelegate): find active tab instance 2014-12-02 15:43:28 -06:00
Adam Bradley
767362bebd fix(tabs): remove unselected tabs on clearCache 2014-12-02 11:50:28 -06:00
Wesley Cho
0a8eb3914f fix(scrollView): make mousewheel events firefox-compatible
Closes #2616
2014-12-01 16:41:47 -07:00
Andrew
0a08c36aa9 docs(slidebox): add comment about why we use !important 2014-12-01 16:33:44 -07:00
Andrew
6bb630341d style(slideBox): make display none important on hidden slides 2014-12-01 16:27:00 -07:00
Andrew
b554ac15d1 style(slideBox): default to display: block, make overridable 2014-12-01 16:14:08 -07:00
Andrew
cd5aaa5df2 feat(slideBox): add on-slide-start callback 2014-12-01 16:10:53 -07:00
Adam Bradley
55b35b5409 feat(ionNavTitle): HTML nav-bar titles 2014-12-01 15:56:35 -06:00
Andrew
73cd0c8563 style(slideBox): fix the fix for scrolling 2014-12-01 14:45:46 -07:00
Andrew
de4ffa39f9 style(slideBox): stop scroll once horizontal dragging is active 2014-12-01 14:43:59 -07:00
Andrew
0981ba9775 test(slidebox): attr quotes 2014-12-01 14:14:17 -07:00
Andrew
b867caa7ca test(slideBox): make test slides more contrasted 2014-12-01 14:13:32 -07:00
Andrew
3f33a3cd1c refactor(slideBox): store/retrieve slide content scope in a more robust manner 2014-12-01 13:18:35 -07:00
Andrew
c950152e83 style(slideBox): add cursor:pointer to slider pager buttons 2014-12-01 13:12:07 -07:00
Andrew
cc7a6fd44c amend(slideBox): when changing by >=2 slides, transition correctly 2014-12-01 13:10:56 -07:00
Andrew
a49e577db8 fix(collectionRepeat): parse collection-item-height/width to int
Closes #2633.
2014-12-01 10:58:44 -07:00
Andrew
037d2c368e fix(scrollView): fix null pointer exception on scrollbar 2014-12-01 10:58:44 -07:00
Adam Bradley
bba9e795ca fix(menuClose): expire nextViewOptions 2014-12-01 10:41:40 -06:00
Andrew
e74de97ce2 style(slideBox): cleanup unused vars 2014-12-01 06:56:30 -07:00
Adam Bradley
8640924b44 fix(view): digest view scope before transition 2014-11-30 21:36:45 -06:00
Adam Bradley
083ae7b54c fix(popup): add animation keyframes 2014-11-30 20:17:04 -06:00
Andrew
006c61cd19 style(slidebox): make sure next/prev slides are at top 2014-11-30 18:22:22 -07:00
Adam Bradley
92d0385cb1 chore(tab): do not add .pane to ion-nav-view tab 2014-11-30 10:20:26 -06:00
Andrew
597e28c957 refactor(slideBox): properly use size of parent, perf increase 2014-11-30 03:14:29 -07:00
Adam Bradley
3ddaf34722 fix(collectionRepeat): rerender after resize/enter
Previously on every `beforeEnter`, collection-repeats within a
ion-nav-view would rerender. However, this is only necessary when the
window resizes. The rerender already works when the collection-repeat
is within the active view because the scroll view has accurate
dimensions. But when the collection-repeat is within a cached view it
does not have dimensions, causing the rerender to incorrectly place its
items. This update will only rerender the collection-repeat if there
was a window resize, and the scroll view which the collection-repeat
was in, did not have dimensions at the time of the resize. If/when the
view becomes the active view again, the collection-repeat will rerender
on `afterEnter` when the scroll view has accurate dimensions.
2014-11-30 01:01:56 -06:00
Adam Bradley
3e31614fb4 fix(tabs): wrap inline tab content
Closes #2637
2014-11-29 22:26:29 -06:00
Adam Bradley
ff055d6f6d fix(navButtons): correct show/hide 2014-11-26 21:12:09 -06:00
Adam Bradley
05fb7a09ea refactor(backButton): separate show/hide logic 2014-11-26 12:46:15 -06:00
Andrew
17d0c5b852 refactor(delegateService): make more DRY, increase perf 2014-11-26 10:11:49 -07:00
Andrew
f745bf8cad chore(gulp): allow --browsers flag to work on all karma tasks 2014-11-26 10:11:28 -07:00
Andrew
ba78a016b1 amend(collectionRepeat): remove accidental revert 2014-11-26 09:33:23 -07:00
Adam Bradley
5966c675f5 fix(view): prevent flicker 2014-11-26 10:11:21 -06:00
Adam Bradley
070724c522 docs(navButtons): immediate descendant note 2014-11-25 16:40:48 -06:00
Adam Bradley
5bc7c023ab chore(update): angular v1.3.4 2014-11-25 16:25:22 -06:00
Adam Bradley
841c2a59e9 docs(readme): bower cmd updates 2014-11-25 13:44:07 -06:00
Andrew
c1f4cbd773 fix(collectionRepeat): fix error when switching back to collection-repeat after resizing 2014-11-25 11:12:11 -07:00
Andrew
b9829e755a refactor(navView): expose self.scope as navView $scope 2014-11-25 11:06:31 -07:00
Adam Bradley
61916c61bb fix(delegate): find delegate when multiple parent histories 2014-11-25 09:37:58 -06:00
mhartington
4f8bbc181f fix(fonts): missing comma 2014-11-25 09:49:41 -05:00
Adam Bradley
fb81f9704f fix(disconnect): move scope disconnect before enter 2014-11-24 23:03:30 -06:00
Adam Bradley
03d2f1ca8f fix(delegate): isActiveScope climb parent scopes 2014-11-24 21:54:02 -06:00
Adam Bradley
03e634a358 feat(range): default css update 2014-11-24 19:46:27 -06:00
Adam Bradley
a571c7abdf feat(card): box-shadow update 2014-11-24 18:32:17 -06:00
Adam Bradley
7452d65025 feat(item): create .list-borderless 2014-11-24 14:53:17 -06:00
Adam Bradley
d257c73639 feat(divider): platform specific dividers 2014-11-24 14:38:39 -06:00
Adam Bradley
0315fc3a4d feat(thumbnail): adjust item padding/weight 2014-11-24 14:08:59 -06:00
Adam Bradley
97be8302eb feat(avatar): circle avatars by default 2014-11-24 13:56:54 -06:00
Adam Bradley
0c1b23d980 feat(checkbox): checkbox-square/platform updates 2014-11-24 13:37:09 -06:00