aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/application.html
diff options
context:
space:
mode:
Diffstat (limited to 'scenario/application.html')
-rw-r--r--scenario/application.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/scenario/application.html b/scenario/application.html
index 6b6ced69..5d5bb809 100644
--- a/scenario/application.html
+++ b/scenario/application.html
@@ -16,14 +16,14 @@
</script>
</head>
- <body ng-init="$window.$scope = this">
+ <body ng:init="$window.$scope = this">
[ <a href="#login">login</a>
| <a href="#account">account</a>
]
<ng:switch on="$location.hashPath">
- <div ng-switch-when="login">login screen</div>
- <ng:include ng-switch-when="account" src="'application-account.html'"></ng:include>
+ <div ng:switch-when="login">login screen</div>
+ <ng:include ng:switch-when="account" src="'application-account.html'"></ng:include>
</ng:switch>