added windowResizeListener
This commit is contained in:
committed by
Sebastiaan Janssen
parent
ecdc687e39
commit
a68a6b2ac2
@@ -26,7 +26,7 @@ angular.module("umbraco.directives")
|
||||
forceUpdate: '@?'
|
||||
},
|
||||
|
||||
link: function (scope, element, attrs) {
|
||||
link: function (scope, element, attrs, windowResizeListener) {
|
||||
|
||||
var unsubscribe = [];
|
||||
let sliderRef = null;
|
||||
|
||||
Reference in New Issue
Block a user