Accessing the 'scrollbarsFade' option inside ionic.bundle.js

I'm using the Ionic framework to create an application and would like to change the boolean value of 'scrollbarsFade' from my controller. How would I access this option?

File: ionic.bundle.js

scrollbarsFade: true, (line 3995)

Please don't give me CSS solutions, this needs to work with JS.

Reference: Github

https://github.com/driftyco/ionic/blob/master/js/views/scrollView.js

Line 320

Thanks