aboutsummaryrefslogtreecommitdiffstats
path: root/example/memoryLeak.html
diff options
context:
space:
mode:
authorMisko Hevery2010-04-16 14:01:29 -0700
committerMisko Hevery2010-04-16 14:01:29 -0700
commitdeb86fe357a901889bc4289087f0b9e69cb8a302 (patch)
treefce4db8501a6c24430d611c95a4aa001119c7b89 /example/memoryLeak.html
parent70e401ef100614295fc808e32f0142f07c315461 (diff)
downloadangular.js-deb86fe357a901889bc4289087f0b9e69cb8a302.tar.bz2
lots of small fixes
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 bdfe3faf..9e5f512d 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-action="add()"/>
- <input type="button" value="remove" ng-action="remove()"/>
+ <input type="button" value="add" ng-click="add()"/>
+ <input type="button" value="remove" ng-click="remove()"/>
<div id="partial"></div>
</body>
</html>