angular.js/src
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(license): update license headers + add version num 2011-07-22 15:49:10 -07:00
scenario feat(scenario): allow key pressing when triggering browser event 2011-10-13 11:10:19 -07:00
service docs($location): Html5 -> HTML5 2011-10-13 14:42:49 -07:00
widget fix(radio): allows data-binding on value property. Closes#316 2011-10-20 11:30:40 -07:00
angular-bootstrap.js feat(forms): new and improved forms 2011-10-11 11:01:45 -07:00
angular-mocks.js docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
Angular.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
angular.prefix chore(license): update license headers + add version num 2011-07-22 15:49:10 -07:00
angular.suffix chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
AngularPublic.js refactor(hover): delete hover service 2011-10-11 10:53:06 -07:00
apis.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
Browser.js docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
Compiler.js fix(compiler): revert 8611ebe6 - calling \$digest after linking 2011-10-20 15:51:14 -07:00
directives.js docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
filters.js docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
Injector.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
jqLite.js fix(radio): allows data-binding on value property. Closes#316 2011-10-20 11:30:40 -07:00
JSON.js fix(filter): make json filter ignore private properties 2011-10-11 10:53:03 -07:00
markups.js docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
parser.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
Resource.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
sanitizer.js feat(sanitizer): add html5 elements to the whitelist 2011-10-20 09:44:52 -07:00
Scope.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
widgets.js fix(ng:repeat): repeater should ignore $ and $$ properties 2011-10-18 17:27:43 -07:00