diff --git a/docs/app/assets/Error404.html b/docs/app/assets/Error404.html index abfc4d13a37d..f6a8a79f4079 100644 --- a/docs/app/assets/Error404.html +++ b/docs/app/assets/Error404.html @@ -6,6 +6,6 @@

Oops!

{{ key }}
-
{{ item.name }}
+
{{ item.name }}
diff --git a/docs/app/assets/js/angular-bootstrap/bootstrap.js b/docs/app/assets/js/angular-bootstrap/bootstrap.js index 6b60a8f5274d..3ff0f9da7495 100644 --- a/docs/app/assets/js/angular-bootstrap/bootstrap.js +++ b/docs/app/assets/js/angular-bootstrap/bootstrap.js @@ -103,7 +103,7 @@ directive.syntax = function() { restrict: 'A', link: function(scope, element, attrs) { function makeLink(type, text, link, icon) { - return '' + + return '' + ' ' + text + ''; }; diff --git a/docs/app/src/tutorials.js b/docs/app/src/tutorials.js index 7abcee3f46bc..6139413bdabc 100644 --- a/docs/app/src/tutorials.js +++ b/docs/app/src/tutorials.js @@ -21,10 +21,10 @@ angular.module('tutorials', []) element.addClass('btn-group'); element.addClass('tutorial-nav'); element.append(templateMerge( - '
  • Previous
  • \n' + - '
  • Live Demo
  • \n' + - '
  • Code Diff
  • \n' + - '
  • Next
  • ', props)); + '
  • Previous
  • \n' + + '
  • Live Demo
  • \n' + + '
  • Code Diff
  • \n' + + '
  • Next
  • ', props)); } }; }) @@ -36,15 +36,15 @@ angular.module('tutorials', []) 'step': '@docTutorialReset' }, template: - '

    Workspace Reset Instructions ➤

    \n' + + '

    Workspace Reset Instructions ➤

    \n' + '
    \n' + '

    Reset the workspace to step {{step}}.

    ' + '

    git checkout -f step-{{step}}

    \n' + '

    Refresh your browser or check out this step online: '+ - 'Step {{step}} Live Demo.

    \n' + + 'Step {{step}} Live Demo.

    \n' + '
    \n' + '

    The most important changes are listed below. You can see the full diff on ' + - 'GitHub\n' + + 'GitHub\n' + '

    ' }; }); diff --git a/docs/config/templates/errorNamespace.template.html b/docs/config/templates/errorNamespace.template.html index ebd48e049c54..9d12e0b87b39 100644 --- a/docs/config/templates/errorNamespace.template.html +++ b/docs/config/templates/errorNamespace.template.html @@ -17,7 +17,7 @@

    {$ doc.name $}

    {% for errorDoc in doc.errors -%} - {$ errorDoc.name $} + {$ errorDoc.name $} {$ errorDoc.fullName $} {% endfor %} @@ -25,4 +25,4 @@

    {$ doc.name $}

    -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/docs/config/templates/indexPage.template.html b/docs/config/templates/indexPage.template.html index b5ec7122e015..c910764d65ae 100644 --- a/docs/config/templates/indexPage.template.html +++ b/docs/config/templates/indexPage.template.html @@ -84,24 +84,24 @@
    @@ -186,7 +186,7 @@

    {{ key }}

    @@ -201,13 +201,13 @@

    {{ key }}

    diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc index 9b14d1c96529..6cdbfe4b6564 100644 --- a/docs/content/misc/faq.ngdoc +++ b/docs/content/misc/faq.ngdoc @@ -157,7 +157,7 @@ Conditionally showing and hiding things using jQuery is a common pattern in othe `ng-show` (and `ng-hide`) conditionally show and hide elements based on boolean expressions. Describe the conditions for showing and hiding an element in terms of `$scope` variables: -
    Click here to log in
    +
    Click here to log in
    Note also the counterpart `ng-hide` and similar `ng-disabled`. Note especially the powerful `ng-switch` that should be used instead of several mutually exclusive `ng-show`s. diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 436e72c62344..ce1970c0099b 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -31,7 +31,7 @@ npm install To see the app running in a browser, open a *separate* terminal/command line tab or window, then run `npm start` to start the web server. Now, open a browser window for the app and navigate to -`http://localhost:8000/app/index.html` +`http://localhost:8000/app/index.html` You can now see the page in your browser. It's not very exciting, but that's OK. diff --git a/docs/content/tutorial/step_06.ngdoc b/docs/content/tutorial/step_06.ngdoc index 5b509a8e068f..12075e017f4f 100644 --- a/docs/content/tutorial/step_06.ngdoc +++ b/docs/content/tutorial/step_06.ngdoc @@ -44,7 +44,7 @@ __`app/index.html`:__ diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 237976891d87..83f9b2ee0d83 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -165,7 +165,7 @@ __`app/partials/phone-list.html`:__ diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 0d1646a43a48..83807ff367de 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -160,7 +160,7 @@ __`app/partials/phone-list.html`.__
  • - {{phone.name}} + {{phone.name}}

    {{phone.snippet}}

  • diff --git a/src/ngScenario/output/Html.js b/src/ngScenario/output/Html.js index 7f69a734db20..7511410abf0b 100644 --- a/src/ngScenario/output/Html.js +++ b/src/ngScenario/output/Html.js @@ -27,7 +27,7 @@ angular.scenario.output('html', function(context, runner, model) { runner.on('InteractivePause', function(spec) { var ui = lastStepUiMap[spec.id]; ui.find('.test-title'). - html('paused... resume when ready.'); + html('paused... resume when ready.'); }); runner.on('SpecBegin', function(spec) {