diff options
| author | Igor Minar | 2011-06-06 22:02:30 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-06 23:10:30 -0700 | 
| commit | c35b0a7907de1535269876668c345ce944681804 (patch) | |
| tree | a3ba548369ca65db790809197196ae946cc93a18 /src/Scope.js | |
| parent | 805bb5bb6e5842a5760976a446074d553609f5b6 (diff) | |
| download | angular.js-c35b0a7907de1535269876668c345ce944681804.tar.bz2 | |
yet another docs batch
Diffstat (limited to 'src/Scope.js')
| -rw-r--r-- | src/Scope.js | 24 | 
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(){} | 
