| Age | Commit message (Collapse) | Author | 
 | 
I noticed angular was adding these css classes to elements and believe they
should be listed in the documentation at this page. The ng-scope class is
mentioned in the developer guide, hence the link there, and the ng-binding
class is not mentioned anywhere else in the documentation or the guide that
I found.
Closes #3728
 | 
 | 
Clear up confusion about module declaration when using manual bootstrap.
 | 
 | 
 | 
 | 
example applications
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
transitions/durations attached to it
Closes #3587
 | 
 | 
animations are used
ngAnimate causes a 1ms flicker on the screen when no CSS animations are present on the element.
The solution is to change $animate to only use $timeouts when a duration is found on the element
before the transition/keyframe animation takes over.
Closes #3613
 | 
 | 
This target was never un on our Jenkins CI. Some of the specs are using animation stuff, that IE does not support, so I'm disabling them.
 | 
 | 
correct the ordering and make gen-docs prepare the list of versions
during the build process
 | 
 | 
 | 
 | 
Currently, the documentation does a bad job of explaining the distinction between the services that it provides,
and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing.
This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that
inlines the appropriate instructions based on the name of the module.
 | 
 | 
Updated Module documentation to include the suggestion of the top-rated comment: "This documentation should warn that "angular.module('myModule', [])" always creates a new module, but "angular.module('myModule')" always retrieves an existing reference."
 | 
 | 
 | 
 | 
Clarify the little snippet on dash vs camelCase html to directive naming pattern
Closes #3550
 | 
 | 
 | 
 | 
the <a> is incorrect.
there is no space between "a" and "href"
 | 
 | 
"Orthogonal" is a strange word for those without a mathematical/CS background. "Independent" is clearer.
Closes #3641
 | 
 | 
Removes whitespace before image tag as it caused it to be interpreted as a code block.
Closes #3668
 | 
 | 
Closes #3616
Closes #3675
 | 
 | 
 | 
 | 
 | 
 | 
GA is not needed during e2e tests, so I'm removing it to speed up the e2e test
suite.
See previous commits for more info.
 | 
 | 
code prettification is expensive and not needed for e2e tests, so I'm disabling
it to speed up the e2e test suite.
this is a temporary measure, see previous commit for more info.
 | 
 | 
lunr has been responsible for slowdown in our test suite by adding ~1sec per
end-to-end test.
(this is because it initializes the index when the app starts)
since out test suite primarily tests the examples, it's reasonable do disable
the search as a temporary meansure.
the real fix is to use protractor and extract all of the examples into
standalone apps which can be tested without bootstrapping the whole docs app.
 | 
 | 
Closes #3568
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Add missing angular.mock.createMockWindow (removed in
0dd062231a4d495133fd907eeae95c566380c6e1), that the docs tests were
using.
 | 
 | 
 | 
 | 
Closes #3553
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
we can never get to this state, so dropping the error
 | 
 | 
Closes #3527
 | 
 | 
Nothing would prevent a user from accidentally calling angular.bootstrap on an element that had already been bootstrapped. If this was done, odd behavior could manifest in an application, causing different scopes to update the same DOM, and causing debugger confusion.
This fix adds a check inside of angular.bootstrap to check if the passed-in element already has an injector, and if so, will throw an error.
 | 
 | 
BREAKING CHANGE: since all the code in the ngMobile module is touch related,
we are renaming the module to ngTouch.
To migrate, please replace all references to "ngMobile" with "ngTouch" and
"angular-mobile.js" to "angular-touch.js".
Closes #3526
 | 
 | 
This is necessary to make e2e tests pass for implementing #3411. At present, the docs are violating the rule being enforced by double-bootstrap prevention.
 | 
 | 
 | 
 | 
Closes #3513
 | 
 | 
Closes #3459
 | 
 | 
Closes #3459
 | 
 | 
Closes #3459
 | 
 | 
Closes #3459
 | 
 | 
Closes #3459
 | 
 | 
 |