AngularJS Batarang - What are interceptedExpressions? -



AngularJS Batarang - What are interceptedExpressions? -

i'm using angularjs 1.3.0 stable build , batarang chrome extension. in watch tree notice under many of scopes there's called "interceptedexpression". or scenarios create interceptedexpression?

what interceptedexpression?

interceptedexpression function returned $parse.

why called interceptedexpression in batarang?

because function declared within angular source code named function called interceptedexpression.

what scenarios create interceptedexpression?

one of scenarios know when declare local scope property using = in directive. create interceptedexpression record in batarang. see angular src here.

angularjs batarang

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -