Skip to content

Commit

Permalink
Adds a comment and a reminder to the solution #1592
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianE committed Mar 26, 2021
1 parent 2aac5cc commit 0ca5d37
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export class RangeSliderController
}

renderSliderOnInitialisation() {
// quick and dirty: Better solution would be to wait for the content to be loaded for the first render
// should be taken care of when switching to Angular
angular.element(() => {
this.$timeout(() => {
this.$rootScope.$broadcast("rzSliderForceRender")
Expand Down

0 comments on commit 0ca5d37

Please sign in to comment.