diff options
| author | Di Peng | 2011-07-14 18:28:15 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-07-17 22:19:08 -0700 |
| commit | f9b4c9da648f81aef1fbee41d24822e420eb56f9 (patch) | |
| tree | 35d40aeda6d1aca27d4b283faf8d84a776b0a141 /docs/src/templates/index.html | |
| parent | 83ac1193f2322f71f314e7e160af46142b01a290 (diff) | |
| download | angular.js-f9b4c9da648f81aef1fbee41d24822e420eb56f9.tar.bz2 | |
refactor(docs): run e2e tests with and without jquery
- e2e tests will run index.html (without jquery) and with
index-jq.html(with jquery).
- many small changes to make e2e tests work withough JQuery as we
discover problems that were previously hidden by using real JQuery.
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 7e9eac0f..79c6a07c 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -75,8 +75,8 @@ <div id="footer">© 2010-2011 AngularJS</div> </div> - <script src="jquery.min.js"></script> <script src="syntaxhighlighter/syntaxhighlighter-combined.js"></script> + <-- jquery place holder --> <script src="../angular.min.js" ng:autobind></script> <script src="docs-combined.js"></script> <script src="docs-keywords.js"></script> |
