aboutsummaryrefslogtreecommitdiffstats
path: root/example/memoryLeak.html
diff options
context:
space:
mode:
Diffstat (limited to 'example/memoryLeak.html')
-rw-r--r--example/memoryLeak.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/memoryLeak.html b/example/memoryLeak.html
index 9e5f512d..19b0d45d 100644
--- a/example/memoryLeak.html
+++ b/example/memoryLeak.html
@@ -48,8 +48,8 @@
<link rel="StyleSheet" type="text/css" href="../css/angular.css"/>
</head>
<body>
- <input type="button" value="add" ng-click="add()"/>
- <input type="button" value="remove" ng-click="remove()"/>
+ <input type="button" value="add" ng:click="add()"/>
+ <input type="button" value="remove" ng:click="remove()"/>
<div id="partial"></div>
</body>
</html>