blob: a14fcac0b37757e4a6023429a5e4065f019bd680 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example74-debug</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script src="../../../angular.js"></script>
<script src="../../../angular-animate.js"></script>
</head>
<body ng-app="ngAnimate">
<p>
<input type="button" value="set" ng-click="myCssVar='css-class'">
<input type="button" value="clear" ng-click="myCssVar=''">
<br>
<span ng-class="myCssVar">CSS-Animated Text</span>
</p>
</body>
</html>