diff options
Diffstat (limited to 'scenario')
| -rw-r--r-- | scenario/widgets.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scenario/widgets.html b/scenario/widgets.html index 21060ebf..5c11a2ee 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -2,9 +2,9 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" type="text/css" href="style.css"></link> - <script type="text/javascript" src="../src/angular-bootstrap.js#autobind&rootScope=$view"></script> + <script type="text/javascript" src="../src/angular-bootstrap.js#autobind"></script> </head> - <body> + <body ng-init="$window.$scope = $root"> <table> <tr> <th>Description</th> |
