angular.js/test
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
..
jstd-scenario-adapter chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
scenario chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
service fix($location): do not rewrite link when meta key pressed 2011-10-13 11:10:19 -07:00
widget fix(radio): allows data-binding on value property. Closes#316 2011-10-20 11:30:40 -07:00
angular-mocksSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
AngularSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ApiSpecs.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
BinderSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
BrowserSpecs.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
CompilerSpec.js fix(compiler): revert 8611ebe6 - calling \$digest after linking 2011-10-20 15:51:14 -07:00
directivesSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
FiltersSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
InjectorSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
jqLiteSpec.js fix(jqLite): attr for boolean attribute should lowercase value 2011-10-12 23:04:47 -07:00
jquery_alias.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jquery_remove.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jQueryPatchSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
JsonSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
manual.html chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
markupSpec.js fix(compiler): revert 8611ebe6 - calling \$digest after linking 2011-10-20 15:51:14 -07:00
mocks.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ParserSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ResourceSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
sanitizerSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ScenarioSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ScopeSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
testabilityPatch.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
widgetsSpec.js fix(ng:repeat): repeater should ignore $ and $$ properties 2011-10-18 17:27:43 -07:00