Adam Bradley
9513eb60ba
style(jscs): code formatting
2014-12-03 01:04:40 -06: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
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
Perry Govier
29d6dc8163
fix(sideMenu): allow expose-aside-when on the right side. Closes #2207
2014-10-03 11:27:26 -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
df57858521
fix(menuContent): gestures do not stop_browser_behavior
...
The gestures which were being added to side menu content were also
adding the `disable-user-behavior` class, which disabled
contenteditable elements. Now passing in the gesture option
stop_browser_behavior=false, along with adding the options param to the
gestures service. Fixes #421
2014-08-29 22:25:55 -05:00
Adam Bradley
a49f374706
fix(sideMenu): close menu w/ drag on Android 4.4
...
Fixes #2102
2014-08-29 20:11:58 -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
Adam Bradley
8cf540e54c
style(): missing semi-colon
2014-08-07 12:24:24 -05:00
Adam Bradley
944d2595af
fix(sideMenu): fix stopping content scrolling
...
When a list was within a side menu it could scroll up and down, but if
the user happened to drag a little bit on the X axis, then it would try
to open the side menu and the Y scroll of the content stopped. Closes
#1541
2014-08-07 12:22:28 -05:00
MGMsystems
ba56bb983f
feat(ionSideMenu): add edge-drag-threshold, delegate edgeDragThreshold()
...
Closes #1570
2014-07-06 14:22:26 -06:00
Andy Joslin
14a2790749
refactor(): reorganize source files
2014-04-14 10:47:27 -06:00