| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Example - example-example39-debug</title> |
| <link href="animations.css" rel="stylesheet" type="text/css"> |
| |
| |
| <script src="../../../angular.js"></script> |
| <script src="../../../angular-animate.js"></script> |
| <script src="script.js"></script> |
| |
| |
| |
| </head> |
| <body ng-app="ngAnimate"> |
| <div ng-controller="Ctrl"> |
| <select ng-model="template" ng-options="t.name for t in templates"> |
| <option value="">(blank)</option> |
| </select> |
| url of the template: <tt>{{template.url}}</tt> |
| <hr/> |
| <div class="slide-animate-container"> |
| <div class="slide-animate" ng-include="template.url"></div> |
| </div> |
| </div> |
| </body> |
| </html> |