diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0e288e88..8f779935a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,7 +120,7 @@ Before you submit your pull request consider the following guidelines: ``` * In GitHub, send a pull request to `angular:master`. -* If we suggest changes then +* If we suggest changes then * Make the required updates. * Re-run the Angular test suite to ensure tests are still passing. * Rebase your branch and force push to your GitHub repository (this will update your Pull Request): @@ -238,7 +238,7 @@ reference GitHub issues that this commit **Closes**. A detailed explanation can be found in this [document][commit-message-format]. -## Signing the CLA +## Signing the CLA Please sign our Contributor License Agreement (CLA) before sending pull requests. For any code changes to be accepted, the CLA must be signed. It's a quick process, we promise! diff --git a/TRIAGING.md b/TRIAGING.md index aeddba6c8..c755ba720 100644 --- a/TRIAGING.md +++ b/TRIAGING.md @@ -61,9 +61,9 @@ This process based on the idea of minimizing user pain 1. Label `origin: google` for issues from Google 1. Assign a milestone: - * Backlog - triaged fixes and features, should be the default choice + * Backlog - triaged fixes and features, should be the default choice * Current 1.x.y milestone (e.g. 1.3.0-beta-2) - regressions and urgent bugs only - + 1. Unassign yourself from the issue diff --git a/docs/app/assets/css/prettify.css b/docs/app/assets/css/prettify.css index 16e0cafbf..354bbd544 100644 --- a/docs/app/assets/css/prettify.css +++ b/docs/app/assets/css/prettify.css @@ -40,7 +40,7 @@ pre.prettyprint.linenums { } ol.linenums { margin: 0 0 0 33px; /* IE indents via margin-left */ -} +} ol.linenums li { padding-left: 12px; font-size:12px; diff --git a/docs/app/assets/js/angular-bootstrap/bootstrap.js b/docs/app/assets/js/angular-bootstrap/bootstrap.js index 6b60a8f52..58aedde69 100644 --- a/docs/app/assets/js/angular-bootstrap/bootstrap.js +++ b/docs/app/assets/js/angular-bootstrap/bootstrap.js @@ -11,7 +11,7 @@ directive.runnableExample = ['$templateCache', '$document', function($templateCa 'ng-repeat="tab in tabs track by $index" ' + 'href="" ' + 'class="btn"' + - 'ng-click="setTab($index)">' + + 'ng-click="setTab($index)">' + ' {{ tab }}' + ' ' + ''; @@ -103,7 +103,7 @@ directive.syntax = function() { restrict: 'A', link: function(scope, element, attrs) { function makeLink(type, text, link, icon) { - return '' + + return '' + ' ' + text + ''; }; @@ -307,7 +307,7 @@ var popoverElement = function() { return this.titleElement.html(value); }, - content : function(value) { + content : function(value) { if(value && value.length > 0) { value = marked(value); } diff --git a/docs/app/src/app.js b/docs/app/src/app.js index 0ac5f258f..3015be958 100644 --- a/docs/app/src/app.js +++ b/docs/app/src/app.js @@ -20,4 +20,4 @@ angular.module('docsApp', [ .config(function($locationProvider) { $locationProvider.html5Mode(true).hashPrefix('!'); -}); \ No newline at end of file +}); diff --git a/docs/app/src/errors.js b/docs/app/src/errors.js index b91cfb814..bd7f6bbee 100644 --- a/docs/app/src/errors.js +++ b/docs/app/src/errors.js @@ -59,4 +59,4 @@ angular.module('errors', ['ngSanitize']) element.html(errorLinkFilter(interpolate.apply(null, formatArgs), '_blank')); } }; -}]); \ No newline at end of file +}]); diff --git a/docs/app/src/examples.js b/docs/app/src/examples.js index ee762eba4..b39acb895 100644 --- a/docs/app/src/examples.js +++ b/docs/app/src/examples.js @@ -69,4 +69,4 @@ angular.module('examples', []) formPostData('http://plnkr.co/edit/?p=preview', postData); }); }; -}]); \ No newline at end of file +}]); diff --git a/docs/app/src/navigationService.js b/docs/app/src/navigationService.js index a05f67883..fbee18019 100644 --- a/docs/app/src/navigationService.js +++ b/docs/app/src/navigationService.js @@ -21,4 +21,4 @@ angular.module('docsApp.navigationService', []) } }; -}); \ No newline at end of file +}); diff --git a/docs/app/src/versions.js b/docs/app/src/versions.js index 186a15557..f67522e0f 100644 --- a/docs/app/src/versions.js +++ b/docs/app/src/versions.js @@ -28,4 +28,4 @@ angular.module('versions', []) $window.location = version.docsUrl + currentPagePath; }; -}]); \ No newline at end of file +}]); diff --git a/docs/app/test/docsSpec.js b/docs/app/test/docsSpec.js index 732f51164..bf635bf87 100644 --- a/docs/app/test/docsSpec.js +++ b/docs/app/test/docsSpec.js @@ -31,4 +31,4 @@ describe("DocsController", function() { expect($window._gaq.pop()).toEqual(['_trackPageview', 'x/y/z']); })); }); -}); \ No newline at end of file +}); diff --git a/docs/config/index.js b/docs/config/index.js index 767d6b77b..f0e798ecb 100644 --- a/docs/config/index.js +++ b/docs/config/index.js @@ -9,7 +9,7 @@ module.exports = function(config) { config = basePackage(config); config = examplesPackage(config); - + config.append('processing.processors', [ require('./processors/git-data'), require('./processors/error-docs'), diff --git a/docs/config/processors/debug-dump.js b/docs/config/processors/debug-dump.js index 4dd82bcf5..5111a0f97 100644 --- a/docs/config/processors/debug-dump.js +++ b/docs/config/processors/debug-dump.js @@ -30,4 +30,4 @@ function writeFile(file, content) { return fs.makeTree(fs.directory(file)).then(function() { return fs.write(file, content, 'wb'); }); -} \ No newline at end of file +} diff --git a/docs/config/processors/error-docs.js b/docs/config/processors/error-docs.js index 9df333988..68a082b77 100644 --- a/docs/config/processors/error-docs.js +++ b/docs/config/processors/error-docs.js @@ -56,4 +56,4 @@ module.exports = { return docs.concat(_.values(errorNamespaces)); } -}; \ No newline at end of file +}; diff --git a/docs/config/processors/git-data.js b/docs/config/processors/git-data.js index 845f5c94f..44d423375 100644 --- a/docs/config/processors/git-data.js +++ b/docs/config/processors/git-data.js @@ -17,4 +17,4 @@ module.exports = { process: function(extraData, gitData) { extraData.git = gitData; } -}; \ No newline at end of file +}; diff --git a/docs/config/processors/keywords.js b/docs/config/processors/keywords.js index 6e3725d20..7b3dd7e6f 100644 --- a/docs/config/processors/keywords.js +++ b/docs/config/processors/keywords.js @@ -85,4 +85,4 @@ module.exports = { }); } -}; \ No newline at end of file +}; diff --git a/docs/config/processors/versions-data.js b/docs/config/processors/versions-data.js index 14357fd7d..c9494c645 100644 --- a/docs/config/processors/versions-data.js +++ b/docs/config/processors/versions-data.js @@ -35,4 +35,4 @@ module.exports = { docs.push(versionDoc); } -}; \ No newline at end of file +}; diff --git a/docs/config/templates/error.template.html b/docs/config/templates/error.template.html index f48b397b8..91593d2f3 100644 --- a/docs/config/templates/error.template.html +++ b/docs/config/templates/error.template.html @@ -14,4 +14,4 @@ {$ doc.description | marked $} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/docs/config/templates/errorNamespace.template.html b/docs/config/templates/errorNamespace.template.html index ebd48e049..ae319ca98 100644 --- a/docs/config/templates/errorNamespace.template.html +++ b/docs/config/templates/errorNamespace.template.html @@ -25,4 +25,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/docs/config/templates/protractorTests.template.js b/docs/config/templates/protractorTests.template.js index 48f682a45..180148650 100644 --- a/docs/config/templates/protractorTests.template.js +++ b/docs/config/templates/protractorTests.template.js @@ -4,4 +4,4 @@ describe("{$ doc.description $}", function() { }); {$ doc.innerTest $} -}); \ No newline at end of file +}); diff --git a/docs/config/templates/runnableExample.template.html b/docs/config/templates/runnableExample.template.html index b4f568a68..d035c08d6 100644 --- a/docs/config/templates/runnableExample.template.html +++ b/docs/config/templates/runnableExample.template.html @@ -24,4 +24,4 @@ {# Be aware that we need these extra new lines here or marked will not realise that the
- thus breaking the HTML #} \ No newline at end of file + above is HTML and wrap each line in a
- thus breaking the HTML #} diff --git a/docs/config/templates/tutorial.template.html b/docs/config/templates/tutorial.template.html index 14566bbb5..c40bfb60a 100644 --- a/docs/config/templates/tutorial.template.html +++ b/docs/config/templates/tutorial.template.html @@ -1 +1 @@ -{% include 'overview.template.html' %} \ No newline at end of file +{% include 'overview.template.html' %} diff --git a/docs/content/error/$injector/cdep.ngdoc b/docs/content/error/$injector/cdep.ngdoc index 0e6526b87..a7977dda5 100644 --- a/docs/content/error/$injector/cdep.ngdoc +++ b/docs/content/error/$injector/cdep.ngdoc @@ -23,4 +23,4 @@ When an instance of `MyCtrl` is created, the service `myService` will be created by the `$injector`. `myService` depends on itself, which causes the `$injector` to detect a circular dependency and throw the error. -For more information, see the {@link guide/di Dependency Injection Guide}. \ No newline at end of file +For more information, see the {@link guide/di Dependency Injection Guide}. diff --git a/docs/content/error/$injector/itkn.ngdoc b/docs/content/error/$injector/itkn.ngdoc index 5437dce71..dcae73b9b 100644 --- a/docs/content/error/$injector/itkn.ngdoc +++ b/docs/content/error/$injector/itkn.ngdoc @@ -23,4 +23,4 @@ To avoid the error, always use string literals for dependency injection annotati tokens. For an explanation of what injection annotations are and how to use them, refer -to the {@link guide/di Dependency Injection Guide}. \ No newline at end of file +to the {@link guide/di Dependency Injection Guide}. diff --git a/docs/content/error/$injector/pget.ngdoc b/docs/content/error/$injector/pget.ngdoc index 5dbf05c70..620fa098a 100644 --- a/docs/content/error/$injector/pget.ngdoc +++ b/docs/content/error/$injector/pget.ngdoc @@ -23,4 +23,4 @@ angular.module("myApp", []) ``` For more information, refer to the {@link auto.$provide#provider -$provide.provider} api doc. \ No newline at end of file +$provide.provider} api doc. diff --git a/docs/content/error/$injector/unpr.ngdoc b/docs/content/error/$injector/unpr.ngdoc index 0442be25b..e177d8cc6 100644 --- a/docs/content/error/$injector/unpr.ngdoc +++ b/docs/content/error/$injector/unpr.ngdoc @@ -14,7 +14,7 @@ angular.module('myApp', []) }]); ``` -The above code will fail with `$injector:unpr` if `myService` is not defined. +The above code will fail with `$injector:unpr` if `myService` is not defined. Making sure each dependency is defined will fix the problem, as noted below. diff --git a/docs/content/error/$interpolate/noconcat.ngdoc b/docs/content/error/$interpolate/noconcat.ngdoc index 0853544e5..dccbf17e4 100644 --- a/docs/content/error/$interpolate/noconcat.ngdoc +++ b/docs/content/error/$interpolate/noconcat.ngdoc @@ -9,4 +9,4 @@ it hard to reason about whether some combination of concatenated values are unsafe to use and could easily lead to XSS. For more information about how AngularJS helps keep your app secure, refer to -the {@link ng.$sce $sce} API doc. \ No newline at end of file +the {@link ng.$sce $sce} API doc. diff --git a/docs/content/error/$parse/isecff.ngdoc b/docs/content/error/$parse/isecff.ngdoc index d06d259c8..a1e72775d 100644 --- a/docs/content/error/$parse/isecff.ngdoc +++ b/docs/content/error/$parse/isecff.ngdoc @@ -14,4 +14,4 @@ Example expression that would result in this error: ```