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

This commit is contained in:
Stacey Gammon 2018-06-05 20:00:34 -04:00 committed by GitHub
parent 01e78f1f83
commit db5f66ee83
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(() => {