yads / ngTinyScrollbar

An angular directive port of the TinyScrollbar
MIT License
55 stars 20 forks source link

scrollbarProvider #17

Closed modmac closed 9 years ago

modmac commented 9 years ago

Allows to set scrollbar config for entire app, ex:

angular.module('app', [
    'ngTinyScrollbar'
]).config(['scrollbarProvider', function(scrollbarProvider) {
    scrollbarProvider.defaults.autoUpdate = true;
}]);
yads commented 9 years ago

Released in 0.9.0