-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some API #10
Comments
Can you please elaborate ? On Wed, Jun 4, 2014 at 4:33 PM, Pavel Eremin [email protected]
|
@asafdav I try set scroll position after page loaded. Is it possible? |
simpe example: add something like this into directive: scope.scrollTo = function(intTop) { cause you used the private variables inside :( |
Hi Pavel, It looks like a great idea, |
@asafdav I think my solution very simple. Maybe you can implement some real api. Refactoring variables and so on. |
Is it possible do something like this:
$document.find('.ngsb-wrap').scrollTop(10);
?
The text was updated successfully, but these errors were encountered: