Adam Bradley
8883c6ccc5
fix(scroll): ensure scrollView objects exist
...
Check if scrollView is null when switching off of tabs view. #2181
2014-09-12 23:05:28 -05:00
Adam Bradley
ed3e9e30ce
fix(splitView): disable menu toggles on exposed aside
...
Closes #2182
2014-09-11 22:05:47 -05:00
Adam Bradley
b239eb9ed3
fix(menuClose): do not close if aside exposed
2014-09-11 15:56:02 -05:00
Justin Basinger
f89f010cce
fix(scrollview, content): Fixed multiple memory leaks in scrollview and content
2014-09-08 12:21:49 -05:00
Perry Govier
d3c8a1b2a4
fix(back button): do not animate back button transition if the title doesn't change. Fixes #1858
2014-09-05 16:01:59 -05:00
Adam Bradley
caf1272186
fix(scroll): remove isContentEditable from ignoreScrollStart
...
If an element isContentEditable, do not ignoreScrollStart incase users
are using contenteditable elements to scroll. This may have originally
been put in because it disabled text selection, and moving the text
cursor on touch. But this doesn’t seem to be the case anymore, so it
may have been put in for platform versions we no longer support. Also
fix the data-prevent-scroll dataset attribute. Closes #2091
2014-08-29 23:35:07 -05:00
Adam Bradley
3c32d1664c
Merge pull request #2056 from dhcar/patch-1
...
docs(): extra ">" after a tag
2014-08-28 12:13:02 -05:00
Adam Bradley
2c3f1c9f02
feat($ionicBody): service to simplify body ele interaction
...
Many services/directives have to interact with the body element, and
each one has to write the same long code. The $ionicBody service
provides some useful methods to clean up and reduce redundant code.
2014-08-26 22:23:07 -05:00
Adam Bradley
b69aa5485f
feat(splitView): expose side menu on large viewport
...
Ability to keep a left menu exposed on larger viewports, such as a
landscape tablet. Added the `expose-aside-menu` attribute directive.
2014-08-26 15:00:42 -05:00
David Helgeson
e7aff5c0a2
Extra ">" after a tag
2014-08-21 14:57:38 -07:00
Andrew
029f8f3353
feat($ionicScrollDelegate): expose zoomBy and zoomTo methods
...
Closes #1977
2014-08-20 12:19:42 -06:00
Adam Bradley
b31f4e8e3f
refactor(sideMenu): move controller logic to $ionicSideMenus
2014-08-20 11:09:48 -05:00
Andrew
4595fd3cc4
refactor($ionicTabsDelegate): for .select() take away second argument
...
Closes #1682
2014-08-20 10:03:45 -06:00
Andrew
c5966bba05
fix(scrollView): resolve memory leaks with holding element references
...
Addresses #1993
2014-08-18 09:01:29 -06:00
Mike Hartington
2d2fd773a3
Merge pull request #1960 from sebakerckhof/master
...
Fix listController documentation errors
2014-08-12 15:07:52 -04:00
Andrew
5e025fbb01
fix(collectionRepeat): rerender when $ionicScrollDelegate resizes
...
Fixes #1777
2014-08-11 10:23:49 -04:00
Andrew
9a1f3d7e26
style(scrollController): fix jshint semicolon
2014-08-11 10:12:54 -04:00
sebakerckhof
169a4bf6e4
Fix listController documentation errors
2014-08-09 12:11:17 +02:00
Perry Govier
c336e8ede8
fix(refresher): finish animating before changing icon, hide when not in use
2014-08-07 17:54:30 -05:00
Perry Govier
4e6ba5b818
refactor(scroll): minor tweak to make unit tests happy
2014-07-24 12:27:42 -05:00
Perry Govier
3d0a46efe8
fix(scroll): anchor scroll should scroll to IDs that are multiple levels beneath the scroll view. Closes #1804
2014-07-21 14:58:29 -05:00
Andrew
0e89fb3aee
refactor(sideMenu#isDraggableTarget): clearer wording
2014-07-08 11:32:43 -06:00
Andrew
7388418661
refactor(sideMenu): isDraggableTarget: s/this/self
2014-07-08 08:35:13 -06:00
Andrew
ab500f2e0c
fix(sideMenu): when a drag on content is disallowed, do not prevent default
...
Closes #1725
2014-07-08 08:32:37 -06:00
Andrew
e3db08563b
fix(sideMenu): when drag-content=false, allow drag-to-close
...
Closes #1419
2014-07-07 12:42:51 -06:00
Andrew
22a81fe82c
test(list): use timeout.flush()
2014-07-06 14:29:33 -06:00
MGMsystems
ba56bb983f
feat(ionSideMenu): add edge-drag-threshold, delegate edgeDragThreshold()
...
Closes #1570
2014-07-06 14:22:26 -06:00
Andrew
365b5a6bd6
refactor(scrollController): remove console.logs
2014-07-04 19:56:28 -06:00
Andrew
9b601b5523
fix(scrollController): allow tab $historyId to remember scroll
...
Fixes a bug with tabs, where tabs would only remember their scroll
position when directly related to a view state.
Closes #1654
2014-06-24 09:57:53 +09:00
Andrew Joslin
cec3a42236
fix(ionNavBackButton): stop flicker when pressing back on ios
2014-06-11 16:07:38 -06:00
Max Lynch
9c77089a5e
feat(scrollView): better deceleration for scroll view on iOS
2014-05-22 17:53:41 -05:00
Andrew Joslin
4a210130b4
fix(scrollView): stop memory-leak when destroying scrollView
...
Fixes #1096
2014-05-19 08:14:52 -06:00
Felquis Gimenes
67ea34ae1d
docs($ionicModal): clearly note that .modal wrapper is required
...
Closes #1384 .
Just to avoid mistakes/questions like this http://forum.ionicframework.com/t/ionic-modal-not-animating/4196
2014-05-14 09:01:27 -06:00
Andrew Joslin
919d4f8dca
fix(ionView): make it set navbar if title changes back to old value
...
Fixes #1121
2014-05-09 08:44:08 -06:00
Adam Bradley
57d66b2a2d
style(jshint): jshint
2014-05-08 08:19:14 -05:00
Andrew Joslin
b785955348
chore(): factor out some angular functions to variables
2014-05-07 14:54:51 -06:00
Andy Joslin
053bc04fd4
refactor(sideMenuController): deregister backbutton on $destroy
2014-05-06 10:46:58 -06:00
Andy Joslin
101035593f
feat(sideMenu): make android back button close side menu
...
Closes #1264
2014-05-06 10:44:26 -06:00
Andy Joslin
0a64075884
fix(collectionRepeat): correctly save user scroll position on back
...
Addresses #1157
2014-05-05 10:39:22 -06:00
Andy Joslin
14a2790749
refactor(): reorganize source files
2014-04-14 10:47:27 -06:00