| Age | Commit message (Collapse) | Author |
|
|
|
Closes #6295
|
|
|
|
|
|
|
|
To keep the same logic as the commit https://github.com/angular/angular.js/commit/2e641ac49f121a6e2cc70bd3879930b44a8a7710
|
|
Since steps 9 and 11 were missing @step tags they were out of order
Closes #6292
Closes #6291
|
|
This should prevent stale caches in browsers if we upgrade any of these
assets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are no real JQuery tests at this point anyway and the Safari that we
are getting from SauceLabs seems to be a flakey Windows 2000 version that
is not necessarily providing accurate results.
|
|
|
|
This CL also contains style fixes as the converted scripts caused jshint to complain.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The task was removed by an earlier commit, and executing it breaks TravisCI builds. It may be
replaced at a later date.
|
|
|
|
Really the doc-gen process should escape there but for now this should
stop the layout from breaking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The links to code elements have now changed: api/ng.directive:ngClick ->
api/ng/directive/ngClick.
Examples now run inside iframes, so we need to instruct Protractor to
switch to the example iframe.
|
|
ngClick appears in more than one module so we must make it explicit.
|
|
The protractor tests were failing because the spans containing the icons
were not displaying anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Even though it is defined in the auto folder, it makes more sense for this
function to appear in the ng module in the docs.
|
|
|