diff options
Diffstat (limited to 'src/jqLite.js')
| -rw-r--r-- | src/jqLite.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/jqLite.js b/src/jqLite.js index ae525b88..664ba7b7 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -86,9 +86,9 @@   *   camelCase directive name, then the controller for this directive will be retrieved (e.g.   *   `'ngModel'`).   * - `injector()` - retrieves the injector of the current element or its parent. - * - `scope()` - retrieves the {@link api/ng.$rootScope.Scope scope} of the current + * - `scope()` - retrieves the {@link ng.$rootScope.Scope scope} of the current   *   element or its parent. - * - `isolateScope()` - retrieves an isolate {@link api/ng.$rootScope.Scope scope} if one is attached directly to the + * - `isolateScope()` - retrieves an isolate {@link ng.$rootScope.Scope scope} if one is attached directly to the   *   current element. This getter should be used only on elements that contain a directive which starts a new isolate   *   scope. Calling `scope()` on this element always returns the original non-isolate scope.   * - `inheritedData()` - same as `data()`, but walks up the DOM until a value is found or the top | 
