<!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-hide directive in AngularJS Tutorial</h3>
            Hide
            <input type="checkbox" name="input" ng-model="text"><br>
            <span ng-hide="text">
                <p>ng-hide value = {{ Form.input.$valid}}</p>
                <h1>Welcome to wikitechy</h1>
            </span>
        </form>
    </body>
</html>
    

 


www.wikitechy.com © Copyright 2016. All Rights Reserved.