Even this doesn't work, though it did the first ti...
# package-development
d
Even this doesn't work, though it did the first time 😦
Copy code
angular.module("umbraco")
        .directive("nameValidator", nameValidator);

    function nameValidator() {
        console.log("Hello from validator");
    }