Skip to content

Commit 869a080

Browse files
committed
Changed angular requirement to 1.3
1 parent 7e68326 commit 869a080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"tests"
2525
],
2626
"dependencies": {
27-
"angular": "~1.4"
27+
"angular": "~1.3"
2828
}
2929
}

examples/contactList.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>Contact List</h2>
4545
</div>
4646
</div>
4747

48-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.min.js"></script>
48+
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.17/angular.min.js"></script>
4949
<script src="../dist/ui-listView.js"></script>
5050
<script src="contactList.js"></script>
5151
</body>

0 commit comments

Comments
 (0)