diff options
Diffstat (limited to 'test/scenario/e2e/widgets.html')
| -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> |
