blob: 076abb2e7a2cbcd46f71cb3b5853a9cf6424c0a7 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example73</title>
<link href="animations.css" rel="stylesheet" type="text/css">
<script src="../../../angular.min.js"></script>
<script src="../../../angular-animate.js"></script>
</head>
<body ng-app="ngAnimate">
<div ng-init="checked=true">
<label>
<input type="checkbox" ng-model="checked" style="float:left; margin-right:10px;"> Is Visible...
</label>
<div class="check-element sample-show-hide" ng-show="checked" style="clear:both;">
Visible...
</div>
</div>
</body>
</html>