David R
David R
I've had more luck simply with the `ng-disabled="shouldDisable"` attribute. `md-disable-select` didn't work for me.
Do you happen to have empty strings or explicit null values in your data? If so, please try if https://github.com/David-Mulder/paper-datatable/pull/81 solves it.
I can confirm this issue with the Brave browser (Chrome-based), while Chrome itself **does** trigger the event.
FWIW I'm noticing that setting `scrollBehavior` to `false` (or any other value) has zero effect. Element is always scrolled up to the top anyway. Whether I configure it globally, per...
Came here to say that `mock.module` is effectively useless as long as it cannot be properly reset after tests (unless you only have 1 test suite). The following didn't work:...