<!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 ng-app="">
        <h3>ng-open Directive in AngularJS Tutorial</h3>
        Click Here:<input type="checkbox" ng-model="detail"><br><br>
        <details ng-open="detail">
            <summary>Show the Tutorial List</summary>
            <p>HTML</p>
            <p>CSS</p>
            <p>AngularJS</p>
            <p>PHP</p>
        </details>
    </body>
</html>
 


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