aboutsummaryrefslogtreecommitdiffstats
path: root/src/Scope.js
diff options
context:
space:
mode:
authorIgor Minar2011-06-06 22:02:30 -0700
committerIgor Minar2011-06-06 23:10:30 -0700
commitc35b0a7907de1535269876668c345ce944681804 (patch)
treea3ba548369ca65db790809197196ae946cc93a18 /src/Scope.js
parent805bb5bb6e5842a5760976a446074d553609f5b6 (diff)
downloadangular.js-c35b0a7907de1535269876668c345ce944681804.tar.bz2
yet another docs batch
Diffstat (limited to 'src/Scope.js')
-rw-r--r--src/Scope.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/Scope.js b/src/Scope.js
index c7bdda0e..bf582474 100644
--- a/src/Scope.js
+++ b/src/Scope.js
@@ -117,19 +117,19 @@ function errorHandlerFor(element, error) {
*
* Angular scope objects provide the following methods:
*
- * * {@link angular.Scope.$become $become()} -
- * * {@link angular.Scope.$bind $bind()} -
- * * {@link angular.Scope.$eval $eval()} -
- * * {@link angular.Scope.$get $get()} -
- * * {@link angular.Scope.$new $new()} -
- * * {@link angular.Scope.$onEval $onEval()} -
- * * {@link angular.Scope.$service $service()} -
- * * {@link angular.Scope.$set $set()} -
- * * {@link angular.Scope.$tryEval $tryEval()} -
- * * {@link angular.Scope.$watch $watch()} -
+ * * {@link angular.scope.$become $become()} -
+ * * {@link angular.scope.$bind $bind()} -
+ * * {@link angular.scope.$eval $eval()} -
+ * * {@link angular.scope.$get $get()} -
+ * * {@link angular.scope.$new $new()} -
+ * * {@link angular.scope.$onEval $onEval()} -
+ * * {@link angular.scope.$service $service()} -
+ * * {@link angular.scope.$set $set()} -
+ * * {@link angular.scope.$tryEval $tryEval()} -
+ * * {@link angular.scope.$watch $watch()} -
*
- * For more information about how angular scope objects work,, see {@link guide/scopes Angular Scope
- * Objects} in the angular Developer Guide.
+ * For more information about how angular scope objects work, see {@link guide/dev_guide.scopes
+ * Angular Scope Objects} in the angular Developer Guide.
*/
function createScope(parent, providers, instanceCache) {
function Parent(){}