aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/personalLog/personalLog.html4
-rw-r--r--example/temp.html4
2 files changed, 4 insertions, 4 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>
diff --git a/example/temp.html b/example/temp.html
index 41fb4746..e12b4437 100644
--- a/example/temp.html
+++ b/example/temp.html
@@ -1,8 +1,8 @@
<!doctype html>
-<html xmlns:ng="http://angularjs.org">
+<html xmlns:ng="http://angularjs.org" ng:app>
<head>
<title>angular dev sandbox</title>
- <script src="../src/angular-bootstrap.js" ng:autobind></script>
+ <script src="../src/angular-bootstrap.js"></script>
<script>
angular.module.ng('routeConfig', function($route) {
$route.when('/view1', {controller: MyCtrl, template: 'view1.html'});