You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I´m trying to use your service but it´s not working in my code. I tried to read about versions and dependencies but I couldn´t see anything. My angular app is running in angular1.0.7. Which is the minimum Angular version that is working?
$scope.selectPage = function(page) {
var element = document.getElementById('boats-top');
smoothScroll(element);
};
It does nothing. No errors in browser console. Maybe it´s the Angular version.
An another additional issue. Maybe you want to split in a new issue. I´m trying to use the service as workaround, because directive is not working either. I´m trying to use it with Bootstrap 2.3.2 pagination. If you add the directive, then bootstrap pagination doesn´t work anymore.
The text was updated successfully, but these errors were encountered:
Hi,
I´m trying to use your service but it´s not working in my code. I tried to read about versions and dependencies but I couldn´t see anything. My angular app is running in angular1.0.7. Which is the minimum Angular version that is working?
My sample code:
HTML:
JS:
It does nothing. No errors in browser console. Maybe it´s the Angular version.
An another additional issue. Maybe you want to split in a new issue. I´m trying to use the service as workaround, because directive is not working either. I´m trying to use it with Bootstrap 2.3.2 pagination. If you add the directive, then bootstrap pagination doesn´t work anymore.
The text was updated successfully, but these errors were encountered: