-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
How do I use this directive and slimscroll in combination with ui router?
As it stands now when I go to a different state using an ui-sref inside a slimsrolled div the page is blocked from scrolling entirely in the new state.
Version info:
Angular: 1.3.15
ui-router: 0.2.13
jQuery: 1.11.2
slimscroll: 1.3.2
angular-slimscroll: latest
template (simplified):
<div class="scroll-body" slimscroll="{height: 250}">
<a ui-sref="base.cases.detail({ id: mycase.id })">{{ mycase.id }}</a>
</div>
Metadata
Metadata
Assignees
Labels
No labels