added windowResizeListener

This commit is contained in:
Niels Lyngsø
2021-05-25 14:58:07 +02:00
committed by Sebastiaan Janssen
parent ecdc687e39
commit a68a6b2ac2

View File

@@ -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;