diff options
Diffstat (limited to 'example/personalLog/personalLog.html')
| -rw-r--r-- | example/personalLog/personalLog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/personalLog/personalLog.html b/example/personalLog/personalLog.html index 4f74a402..bc7e2e25 100644 --- a/example/personalLog/personalLog.html +++ b/example/personalLog/personalLog.html @@ -1,8 +1,8 @@ <!doctype html> -<html xmlns:ng="http://angularjs.org"> +<html xmlns:ng="http://angularjs.org" ng:app> <head> <title>Personal Log</title> - <script type="text/javascript" src="../../src/angular-bootstrap.js" ng:autobind></script> + <script type="text/javascript" src="../../src/angular-bootstrap.js"></script> <script type="text/javascript" src="personalLog.js"></script> </head> |
