Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy AngularJS Tutorial</title> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script> </head> <body> <form ng-app="" name="Form" > <h3>ng-show directive in AngularJS Tutorial</h3> Show: <input type="checkbox" name="input" ng-model="text"><br> <span ng-show="text"> <h1>Welcome to wikitechy</h1> <p>ng-show value = {{ Form.input.$valid}}</p> </span> </form> </body> </html>
www.wikitechy.com © Copyright 2016. All Rights Reserved.