We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634ed6e commit 91694e1Copy full SHA for 91694e1
examples/simple-accordion-with-animation-options.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>Example of Accordion</title>
6
- <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+ <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
7
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
8
<script src="../app/scripts/app.js"></script>
9
<script src="./simple-accordion-with-animation-options.js"></script>
@@ -187,7 +187,7 @@
187
</head>
188
<body ng-app="myApp">
189
<div ng-controller="myCtrl">
190
- <div class="container">
+ <div>
191
<h1 class="heading-primary">Animated Accordion</h1>
192
<div class="accordion">
193
<dl ng-accordion>
0 commit comments