angular.js/docs/content
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
..
api docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
cookbook docs(cookbook): disable jsfiddle for deeplinking example 2011-10-14 08:29:33 -07:00
guide fix(compiler): revert 8611ebe6 - calling \$digest after linking 2011-10-20 15:51:14 -07:00
misc docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
tutorial chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00