angular.js/src
Lucas Galfasó dcdf4fc78b fix(parse): fix context access and double function call
Fix a context duplication and invocation to a previous context when
doing an access modifier function on the result of a function
Currently, when doing `foo().bar()`, `foo` is called twice, the first
time to get the context and the second one for `bar` to get the
underlying object. Then the call to `bar` is called using the second
instance as self
This is equivalent to doing:
```
var instance1 = foo();
var instance2 = foo();
instance2.bar.apply(instance1);
```

Closes #2496
2013-04-29 23:02:51 +01:00
..
auto docs(injector): fix typo in inlining example 2013-04-17 14:46:53 +01:00
bootstrap feat(ngdocs): support for HTML table generation from docs code 2013-04-29 17:47:53 -04:00
ng fix(parse): fix context access and double function call 2013-04-29 23:02:51 +01:00
ngCookies docs($cookies): added example to $cookies api docs 2013-01-29 16:17:12 -08:00
ngLocale fix(i18n): escape all chars above \u007f in locale files 2013-04-17 22:16:57 +01:00
ngMock docs: fix typos 2013-04-11 15:05:16 -07:00
ngResource docs($resource): improve installation section 2013-04-04 08:57:14 -07:00
ngSanitize fix(*): name all anonymous watch functions in Angular 2012-09-11 16:39:46 -07:00
ngScenario fix(scenario): include error messages in XML output 2013-02-07 04:10:17 -08:00
angular-bootstrap.js chore(debug): rewrite angular-bootstrap.js to use $script 2012-05-04 15:50:37 -07:00
Angular.js docs(Angular.js): fix typo 2013-04-15 11:46:21 +01:00
angular.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
angular.suffix fix(init): use jQuery#ready for init if available 2012-03-23 15:41:37 -07:00
AngularPublic.js chore(Grunt): switch from Rake to Grunt 2013-03-05 23:35:13 -08:00
apis.js fix(ngRepeat): attempt to simplify and improve existing fix for #933 2012-11-26 20:39:00 +01:00
jqLite.js fix(jqLite): correct implementation of mouseenter/mouseleave event 2013-04-29 18:28:29 +01:00
loader.js docs(): Fix a couple of typos in the documentation 2012-11-22 08:28:49 +01:00
loader.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
loader.suffix feat(module): new module loader 2012-01-10 22:27:00 -08:00
module.prefix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
module.suffix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
publishExternalApis.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00