aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/scope.js
diff options
context:
space:
mode:
authorMisko Hevery2012-02-15 21:49:07 -0800
committerVojta Jina2012-02-28 17:46:58 -0800
commite31d1c287d972d633bdaf9c385d3012192f64918 (patch)
tree8d975aecfcc56b049ded9d3a18f2f226d2c490fd /src/service/scope.js
parentf16bd2f747ed94547eabdc4c337775a22a365255 (diff)
downloadangular.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.js2
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.