angular.js/docs
Igor Minar f38010d3a2 fix(compiler): revert 8611ebe6 - calling \$digest after linking
Change introduced by me in 8611ebe6 results in considerable inefficiencies when the compiler
and linker is used from within a widget, in which case, we call $digest unnecessary since it
will be called by the $apply which called the directive/widget in the first place.

There are only two places when the extra $digest call can be useful - when manually bootstrapping
the app or in tests. However even in tests this behavior can result in unwanted results (especially
when ng:controller is involved). So it is better to leave it for the developer to call $digest
when it is really needed.
2011-10-20 15:51:14 -07:00
..
content fix(compiler): revert 8611ebe6 - calling \$digest after linking 2011-10-20 15:51:14 -07:00
examples feat(forms): new and improved forms 2011-10-11 11:01:45 -07:00
img feat(forms): new and improved forms 2011-10-11 11:01:45 -07:00
spec fix(gen-docs): require files without touching PATH 2011-10-18 22:23:52 -07:00
src fix(gen-docs): require files without touching PATH 2011-10-18 22:23:52 -07:00