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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -