| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Example - example-example9-jquery</title> | |
| <script src="../../components/jquery-1.10.2/jquery.js"></script> | |
| <script src="../../../angular.js"></script> | |
| </head> | |
| <body ng-app=""> | |
| Check me to select: <input type="checkbox" ng-model="selected"><br/> | |
| <select> | |
| <option>Hello!</option> | |
| <option id="greet" ng-selected="selected">Greetings!</option> | |
| </select> | |
| </body> | |
| </html> |