Commit Graph

642 Commits

Author SHA1 Message Date
Andrew
31fda2fe39 make it resize properly with exposeAside 2015-02-25 14:42:18 -07:00
Andrew
d7dc94618a test(collectionRepeat): add grid (dynamic & static) tests 2015-02-25 14:34:15 -07:00
Andrew
25f77dde58 amend(collectionRepeat): do not allow computed height/width to be 0 2015-02-25 10:42:04 -07:00
Andrew
e87449440e test(collectionRepeat): fix faulty tests 2015-02-25 10:21:01 -07:00
Andrew
27298e9209 fix(exposeAsideWhen): trigger a resize event when the aside is exposed
Closes #3054.
2015-02-25 10:17:51 -07:00
Andrew
d8c93b490b amend(collectionRepeat): on data change, resize after timeout 2015-02-25 09:48:21 -07:00
Andrew
432c7dca02 feat(collectionRepeat): if item-width/item-height not given, compute dimensions 2015-02-24 14:54:44 -07:00
Andrew
88aebad36e fix(collectionRepeat): resize scrollView when data changes
Closes #2523
2015-02-24 14:45:34 -07:00
Andrew
6c8c6753f3 docs(collectionRepeat): remove duplicate description tag 2015-02-24 14:38:55 -07:00
Andrew
4f4df5c4a5 test(collectionRepeat): add more resizing unit tests 2015-02-24 14:37:45 -07:00
Andrew
5c913c3bc5 docs(collectionRepeat): add note about not using one-time binding 2015-02-24 14:31:53 -07:00
Andrew
ac1626ed47 amend(collectionRepeat): only refresh dimensions when repeater has size 2015-02-24 14:28:50 -07:00
Andrew
07b20f4a27 amend(collectionRepeat): refresh dimensions afterEnter instead of reconnect 2015-02-24 14:13:46 -07:00
Andrew
1061ea7d0e amend(collectionRepeat): only refreshDimensions after element has
entered
2015-02-24 14:03:32 -07:00
Andrew
142a22b124 amend(collectionRepeat): refresh dimensions on scope reconnect 2015-02-24 13:59:13 -07:00
Andrew
3befdd7429 amend(collectionRepeat): broadcast event when element changes positions 2015-02-24 13:47:16 -07:00
Andrew
bb866da3d7 refactor(collection-repeat): performance 2015-02-24 13:24:51 -07:00
Sebastián Sassi
1924b9124f docs(navBackButton): update link to ionHistory
$ionicNavBarDelegate.back(); deprecated

doc(navBackButton): update link to ionHistory
2015-02-23 16:21:26 -05:00
mhartington
9749bb9798 fix(ionLoadingConfig): fix default loading template 2015-02-17 15:17:22 -05:00
Adam Bradley
320374b4a6 docs(tabs): update codepen 2015-02-17 14:11:58 -06:00
Adam Bradley
9cc61ecdce fix(tabs): fire leaving life cycle events
Closes #2869
2015-02-16 14:40:23 -06:00
perry
83783dfa12 Merge branch 'master' of github.com:driftyco/ionic 2015-02-13 11:51:16 -06:00
perry
df6dcb96f6 fix(scroll): cleanup native scroll listeners only if activated 2015-02-13 11:51:06 -06:00
Adam Bradley
51ed1824d5 fix(sidemenu): prevent scroll during menu drag
Closes #2808
2015-02-13 11:34:12 -06:00
Adam Bradley
e02565b484 Merge pull request #2985 from jiahut/master
fix(history): prevent function call on undefined
2015-02-12 20:25:58 -06:00
Adam Bradley
8c105ad234 fix(navBar): check existence of leaving controller
Closes #2868
2015-02-12 20:07:04 -06:00
Adam Bradley
42569ccaf1 feat(doubletap): add onDoubleTap directive
Closes #2292
2015-02-12 16:32:11 -06:00
Becky Conning
bffbee40d0 feat(tabs): Allow disabled tab items 2015-02-12 14:46:24 -06:00
Adam Bradley
9a88c4179d feat(scroll): freeze scroll on ion-option-button swipe
Closes #2950
2015-02-12 09:01:50 -06:00
Adam Bradley
2885258d12 fix(history): index check before forwardViewId = null 2015-02-11 09:58:33 -06:00
Adam Bradley
bcc4eebfca Merge branch 'pr/3059' 2015-02-11 09:56:44 -06:00
Adam Bradley
04a0cce134 refactor(lifecycle): disconnect leaving scope after transition
Closes #2818
2015-02-11 08:37:23 -06:00
Adam Bradley
3628ebac16 fix(tabs): reload tab after previous clearHistory()
Closes #2664
2015-02-10 16:39:25 -06:00
Adam Bradley
2b88b4feac feat(spinners): add ionic color convention
Closes #3077
2015-02-10 15:21:05 -06:00
Adam Bradley
6c262efc86 chore(): correct deprecated console warning
Closes #2569
2015-02-10 14:33:15 -06:00
Andrew
9dbef80bf9 style(collectionRepeat): fix jshint errors 2015-02-10 09:46:58 -07:00
Andrew
b49444c3bc feat(collectionRepeat): add collection-buffer-size, collection-refresh-images attrs
Closes #1742.
2015-02-10 09:44:11 -07:00
Adam Bradley
892516d42b fix(navBar): use $attrs['class'], not $attrs.class
Closes #3062
2015-02-09 21:16:54 -06:00
perry
4afc767721 feat(refresher): allow spinner to be none. closes #2926 2015-02-09 14:36:26 -06:00
Andrew
9416d7d7fa style(collectionRepeat): fix jshint errors 2015-02-09 12:04:17 -07:00
Andrew
6fa75b7fff fix(viewSwitcher): do not finish transition from bubbled transitionend events
Closes #3006. Closes #3063.
2015-02-09 12:03:00 -07:00
Andrew
83cc181800 style(collectionRepeat): fix jshint errors 2015-02-09 11:58:51 -07:00
Andrew
b7a0968933 fix(collectionRepeat): properly resize, but only when scrollView size actually changes
Closes #2935. Closes #3054.
2015-02-09 10:57:14 -07:00
Andrew
ea912e80f0 docs(ionSlideBox): document how show-pager attribute can be dynamic 2015-02-09 09:43:11 -07:00
Andrew
c631a8eff9 feat(ionSlideBox): hide/show pager depending on dynamic show-pager attribute 2015-02-09 09:40:22 -07:00
Robert (Jamie) Munro
f949a44d41 Fix "'Cannot set property 'forwardViewId' of undefined'"
As found here:
http://forum.ionicframework.com/t/cannot-set-property-forwardviewid-of-undefined/15512/2
2015-02-09 11:31:53 +00:00
Adam Bradley
45b9f8ab24 Merge pull request #3029 from Paul-Isache/patch-1
docs(): update slide box documentation
2015-02-08 20:05:38 -06:00
Adam Bradley
995bdeb824 Merge pull request #3038 from imduffy15/patch-1
docs(): remove unrequired comma
2015-02-08 20:02:39 -06:00
Adam Bradley
958d565f1e style(): jscs updates 2015-02-06 19:03:24 -06:00
Andrew
40b3a6ad97 amend(ionItem): make sure option buttons hide instantly for collectionRepeat 2015-02-06 16:50:15 -07:00