| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Example - example-example74-jquery</title> |
| <link href="style.css" rel="stylesheet" type="text/css"> |
| |
| |
| <script src="../../components/jquery-1.10.2/jquery.js"></script> |
| <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> |