Fix to get Js unit tests working again.

This commit is contained in:
Shannon
2019-03-05 18:53:26 +11:00
parent 54968c819b
commit 13b35ec7ce

View File

@@ -20,6 +20,6 @@
}
angular.module("umbraco.directives").directive("umbGridHackScope", umbGridHackScope);
angular.module("umbraco").directive("umbGridHackScope", umbGridHackScope);
})();