We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e68326 commit 869a080Copy full SHA for 869a080
bower.json
@@ -24,6 +24,6 @@
24
"tests"
25
],
26
"dependencies": {
27
- "angular": "~1.4"
+ "angular": "~1.3"
28
}
29
examples/contactList.html
@@ -45,7 +45,7 @@ <h2>Contact List</h2>
45
</div>
46
47
48
- <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.17/angular.min.js"></script>
49
<script src="../dist/ui-listView.js"></script>
50
<script src="contactList.js"></script>
51
</body>
0 commit comments