{{ {'name':'value'} | json }}
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index 9c75534c..2bb965bb 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -139,7 +139,6 @@ function $RootScopeProvider(){
/**
* @ngdoc property
* @name $rootScope.Scope#$id
- * @propertyOf ng.$rootScope.Scope
* @returns {number} Unique scope ID (monotonically increasing alphanumeric sequence) useful for
* debugging.
*/
@@ -652,7 +651,6 @@ function $RootScopeProvider(){
/**
* @ngdoc event
* @name $rootScope.Scope#$destroy
- * @eventOf ng.$rootScope.Scope
* @eventType broadcast on scope being destroyed
*
* @description
--
cgit v1.2.3