master
docs(guide/Using Location): change / remove obsolete information
refactor(misc): remove usages of whitelist and blacklist
docs(ngAnimate): refactor of ngAnimate docs
docs(guide/bootstrap): fix typo ('There a few things' --> 'There are a few things')
docs(*): ensure naming is correct for Angular(JS) versions
docs(*): fix headings and links
docs(guide/component): add missing `:`
docs(guide/Conceptual Overview): use exchangeratesapi.io
docs(guide/Controllers): fix headings; re-order info
docs(guide/di): clarify example description
docs(*): fix heading levels and general clean-up
docs(*): add browserTrigger docs; remove references to scenario runner
docs(guide/expression): add clarification for RegExp literal in `ngPattern` expression
docs(guide/External Resources): remove link to deprecated content
docs(guide/i18n): fix links to CLDR
chore(ci): move over to CircleCi config
docs(guide/Developer Guide): correct broken link
docs(guide/interpolation): fix typo in markdown (code highlight)
docs(*): fix docs on recently deprecated properties/methods
docs(*): clarify module API and dependency injection rules
docs(guide/production): add more info on `debugInfoEnabled()`
docs(guide/Providers): remove confusing section
docs(guide/scopes): mention component directive scopes, reorder info
docs(guide): grammar correction in security guide
docs(guide/templates): add missing closing `<script>` tag
docs(guide/Unit Testing): change $scope = {} to $scope = $rootScope.$new()