angularjs - Any Way to Tell Compiler Service to Point Out Unknown Attributes? -
let's i've added directive
<div my-directive>hello, world.</div>
but i've forgotten correctly wire in actual directive code in javascript. app silently run without visible errors, , might take me while discover mismatch.
is there way modify angular's compiler service more proactive notifying me if finds attributes doesn't understand? (anything both not valid html , not correspond found directives.) might illuminate configuration problems more , directly.
Comments
Post a Comment