diff --git a/src/Angular.js b/src/Angular.js index 99b6e67b..db08a47a 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -719,8 +719,8 @@ function isLeafNode (node) { * @returns {*} The copy or updated `destination`, if `destination` was specified. * * @example - - + + Name: @@ -751,8 +751,8 @@ function isLeafNode (node) { $scope.reset(); } - - + + */ function copy(source, destination){ if (isWindow(source) || isScope(source)) { diff --git a/src/ng/compile.js b/src/ng/compile.js index dd8d001c..31c8006e 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -383,8 +383,8 @@ * to illustrate how `$compile` works. * * - - + + Load inlined template - - + + it('should load template defined inside script tag', function() { element(by.css('#tpl-link')).click(); expect(element(by.css('#tpl-content')).getText()).toMatch(/Content of the template/); }); - - + + */ var scriptDirective = ['$templateCache', function($templateCache) { return { diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index 0b01e612..faa9c7a7 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -72,8 +72,8 @@ var ngOptionsMinErr = minErr('ngOptions'); * `value` variable (e.g. `value.propertyName`). * * @example - - + + - - + + */ factory('$cookies', ['$rootScope', '$browser', function ($rootScope, $browser) { var cookies = {}, diff --git a/src/ngSanitize/filter/linky.js b/src/ngSanitize/filter/linky.js index 43019f33..666cd9d5 100644 --- a/src/ngSanitize/filter/linky.js +++ b/src/ngSanitize/filter/linky.js @@ -21,8 +21,8 @@ * * @example - - + +