diff options
| author | Misko Hevery | 2012-01-06 18:10:47 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-01-10 22:27:00 -0800 |
| commit | 5143e7bf065a3cbdf8400cf095b653d51bc83b8f (patch) | |
| tree | 980149c365d4cb5586d27975d26366a25ff7be6a /test/scenario/e2e | |
| parent | afd25446d23f24872eb20ac79c8fbd2cff203ef0 (diff) | |
| download | angular.js-5143e7bf065a3cbdf8400cf095b653d51bc83b8f.tar.bz2 | |
feat(module): new module loader
Diffstat (limited to 'test/scenario/e2e')
| -rw-r--r-- | test/scenario/e2e/widgets.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario/e2e/widgets.html b/test/scenario/e2e/widgets.html index fb27f72e..40ba0a3a 100644 --- a/test/scenario/e2e/widgets.html +++ b/test/scenario/e2e/widgets.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns:ng="http://angularjs.org"> - <head> + <head ng:app> <link rel="stylesheet" type="text/css" href="style.css"/> - <script type="text/javascript" src="../../../src/angular-bootstrap.js" ng:autobind></script> + <script type="text/javascript" src="../../../src/angular-bootstrap.js"></script> </head> <body ng:init="$window.$scope = this"> <table> |
