diff options
| author | Misko Hevery | 2012-02-15 21:49:07 -0800 |
|---|---|---|
| committer | Vojta Jina | 2012-02-28 17:46:58 -0800 |
| commit | e31d1c287d972d633bdaf9c385d3012192f64918 (patch) | |
| tree | 8d975aecfcc56b049ded9d3a18f2f226d2c490fd /src/service/scope.js | |
| parent | f16bd2f747ed94547eabdc4c337775a22a365255 (diff) | |
| download | angular.js-e31d1c287d972d633bdaf9c385d3012192f64918.tar.bz2 | |
refactor($route): remove .parent(); ng:view scope creation
Diffstat (limited to 'src/service/scope.js')
| -rw-r--r-- | src/service/scope.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/scope.js b/src/service/scope.js index c8ee9298..a2de67e9 100644 --- a/src/service/scope.js +++ b/src/service/scope.js @@ -574,7 +574,7 @@ function $RootScopeProvider(){ * * The event listener function format is: `function(event)`. The `event` object passed into the * listener has the following attributes - * + * * - `targetScope` - {Scope}: the scope on which the event was `$emit`-ed or `$broadcast`-ed. * - `currentScope` - {Scope}: the current scope which is handling the event. * - `name` - {string}: Name of the event. |
