Commit Graph

3256 Commits

Author SHA1 Message Date
Drew Rygh
debccaeaaa docs(ion-tab): fix typo in badge css class example
Closes [#214](https://github.com/driftyco/ionic-site/issues/214)
2014-11-05 12:41:54 -06:00
Mike Hartington
dfcbef1a03 feat(fonts): platform specific fonts 2014-11-03 13:20:19 -05:00
Perry Govier
c27a54b13b test(pullToRefresh): fix test broken in PR 2014-10-31 10:55:51 -05:00
Elliott Spira
eb265c5823 fix(pullToRefresh): fix animated icon sometimes not showing 2014-10-31 10:39:37 -05:00
Adam Bradley
8651b022e6 Merge pull request #2383 from AleksMeshkov/master
fix(keyboard): disabled scroll/focus for readonly elements
2014-10-30 20:20:38 -05:00
Adam Bradley
54ff414053 Merge pull request #2440 from MyBoon/patch-1
docs(): update doc for gesture 'on' function
2014-10-30 20:17:40 -05:00
Perry Govier
8ee83777f7 fix(scroll): calling ionic scroll methods blur any selected input elements. Closes #2244 2014-10-27 16:45:01 -05:00
Romain Sylvian
43bb7f6612 update doc for on function
The on function can take a 4th parameter : options
2014-10-24 21:52:12 -07:00
Perry Govier
8fae474252 fix(tap): prevent possible click error in specifc android devices. Fixes #2235 2014-10-24 15:58:12 -05:00
Perry Govier
d3026edffc fix(popup): hide buttons div if there's no buttons to show. Fixes #2344 2014-10-23 17:07:30 -05:00
Perry Govier
622667b3de fix(scrolling): fix overflow scrolling when side menu and main content both use overflow scrolling. Closes 2201 2014-10-23 15:23:25 -05:00
Drew Rygh
456c2ec71e fix(ionOptionButton): vertically align content
Closes #2348
2014-10-20 21:33:58 -05:00
Drew Rygh
76405d7562 fix(ionicons): only apply spin to :before, and not the entire element
Closes #2416
2014-10-20 00:44:14 -05:00
Drew Rygh
5c27281520 Merge pull request #2372 from ankri/patch-1
feat(ionicLoading): Add the option to use a custom scope
2014-10-17 17:18:16 -05:00
Drew Rygh
846b02cfaa Merge pull request #2388 from gnomeontherun/patch-2
docs(ionContent): add missing attributes, remove comment on dead attribute
2014-10-13 02:11:02 -05:00
Jeremy Wilken
511c858aa6 Update ionContent documentation
There are two missing attributes, and one with incorrect details.
2014-10-12 16:44:13 -05:00
Aleksey Meshkov
6e0bdb3128 disabled scroll focus for readonly elements 2014-10-11 15:31:30 +04:00
Max Lynch
ea36d71b77 feat(routing): Helpful logging message on unmatched routes 2014-10-10 21:47:59 -07:00
Drew Rygh
573fd1a50c Merge pull request #2359 from zhongsp/patch-1
fix(docs): fix typo on <ion-item> closing tag
2014-10-10 15:48:07 -05:00
Drew Rygh
dcbf138a38 Merge pull request #2370 from sabrinaluo/master
fix(docs): fix typo on <ion-content> closing tag
2014-10-10 15:38:20 -05:00
Adam Bradley
425820f8e2 refactor(ionicConfig): setup to easily add configs 2014-10-09 21:08:29 -05:00
Adam Bradley
5dda980272 chore(sideMenuContent): cleanup element reference
Clean up element reference on line 194, and some style() updates.
2014-10-09 21:02:16 -05:00
Adam Bradley
bc4c696414 chore(sideMenuCtrl): cleanup element references
Line 385, clean up content element reference, and many style() updates
2014-10-09 20:50:29 -05:00
Adam Bradley
93d29af2d5 chore(menuToggle): simplify 2014-10-09 20:35:08 -05:00
Adam Bradley
b820b96092 chore(listView): deregister listView on destroy 2014-10-09 20:26:02 -05:00
Adam Bradley
2deec085bb refactor(headerBarView): find title by class, not h1 tag 2014-10-09 20:17:29 -05:00
Adam Bradley
9985efaa52 chore(listView): cleanup element references 2014-10-09 20:15:56 -05:00
Adam Bradley
6385452303 refactor(scrollView): only update DOM on changes
On line 1188 and 1094, only make updates to the content element’s
transform style when there are actual DOM changes that need to be made,
instead of accessing the DOM just to set the same value. Also many
style() updates.
2014-10-09 20:11:48 -05:00
Andrew
2d9f5fd439 test(ionSlidePager): add unit tests 2014-10-09 11:53:52 -06:00
Andrew
ef8d8f6dac docs(slideBoxPager): add example with custom ng-click attr 2014-10-09 11:42:52 -06:00
Andrew
5a720699f6 amend(slideBox): always call on-slide-changed, even if no selected attr 2014-10-09 11:39:09 -06:00
Andrew
9642c4a30b chore(slideBox): make it easier to scroll vertically
Addresses #2317
2014-10-09 10:27:18 -06:00
Andrew
950d697a70 style(slideBox): lower the speed a little bit 2014-10-09 10:18:36 -06:00
Andrew
7b5b73fd06 demo(ionSlideBox): update top bar 2014-10-09 10:04:46 -06:00
Andrew
9a813fbbc2 test(ionSlideBox): fix test 2014-10-09 10:00:43 -06:00
Andrew
5621fe1ffd enhance(slideBox): use element.$destroy for slide 2014-10-09 09:57:31 -06:00
Andrew
d9cc7894d5 enhance(slideBox): re-add update() method 2014-10-09 09:52:51 -06:00
Andrew
01c829c351 feat(slideBox): use selected value provided for initial section
Addresses #2288.
2014-10-09 08:39:45 -06:00
ankri
22740ca443 Add the possibility to have a custom scope
This line adds the possibility to use a custom scope with $ionicLoading 

I found it useful to show the progress of the loading process.

Demo: http://codepen.io/anon/pen/Ltign
2014-10-09 14:51:10 +02:00
Sabrina
307636b833 fix typo for <ion-content> close tag 2014-10-09 18:07:54 +08:00
Andrew
8f34cdbd7f docs(ionSlideBox): fix typos 2014-10-08 17:05:47 -06:00
Andrew
358bdc7680 refactor(ionSlideBox): use default transitionDuration if not changing 2014-10-08 16:37:45 -06:00
Andrew
d324bb615a enhance(ionSlideBox): allow scrolling to work 2014-10-08 16:32:44 -06:00
Andrew
8228106145 demo(ionSlideBox): update demo 2014-10-08 16:22:15 -06:00
Andrew
2dafeea08f docs(slideBox): add comment about attachSlide 2014-10-08 16:10:51 -06:00
Andrew
7d2945f95d refactor(slideBox): make it so elements are properly removed 2014-10-08 16:10:28 -06:00
Andrew
2cb56283ac docs(ionSlideBox): note that it takes up its whole parent's space 2014-10-08 16:00:20 -06:00
Andrew
38b20cd3ac refactor(ionSlideBox): fall back to element.parentNode or nothing for height 2014-10-08 15:58:14 -06:00
Andrew
0d2f54e6a9 fix(slideBox): do not require scroll parent 2014-10-08 15:56:23 -06:00
Andrew
4ae4354fae amend(gestures): undo accidental change from slidebox commit 2014-10-08 13:20:06 -06:00