• Randall Leeds's avatar
    Avoid unnecessary annotation renders · 7774abe7
    Randall Leeds authored
    The pattern of comparing the new value passed to a watcher with the old
    value is idiomatic angular for avoiding the first digest. Instead, the
    first digest is covered by the watch on the model reference identity.
    After the initial rendering, the model will not change but the other
    properties may, at which point re-rendering will occur.
    7774abe7
Name
Last commit
Last update
h Loading commit data...
tests/js Loading commit data...
karma.config.js Loading commit data...
package.json Loading commit data...