angular-scrollto
angular-scrollto copied to clipboard
angular.js:13920 Error: [jqLite:nosel] Looking up elements via selectors is not supported by jqLite!
When running the app under Angular 1.5.8 i get the following message
angular.js:13920 Error: [jqLite:nosel] Looking up elements via selectors is not supported by jqLite!
it is thrown by the first line of the scroll function
v
var scrollPane = angular.element(settings.container);
+1
+1