EVOLUTION-MANAGER
Edit File: index.html
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example3</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>