updateUrl is on scope, not this. (#19687)

This commit is contained in:
Stacey Gammon 2018-06-05 18:40:40 -04:00 committed by GitHub
parent 547723f24c
commit 2a715b0034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ module.directive('exportConfig', ($rootScope, reportingDocumentControl, reportin
return;
}
this.updateUrl();
$scope.updateUrl();
});
const onResize = debounce(() => {