Skip to content

Commit

Permalink
Update dependencies for angular 1.5
Browse files Browse the repository at this point in the history
close #35
  • Loading branch information
cvn committed Feb 9, 2016
1 parent b32ce1b commit 55c99a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ event to update the placeholder display e.g. `elem.triggerHandler('change')`

Compatibility
-------------
* Angular 1.0.8 - 1.4
* Angular 1.0.8 - 1.5
* IE9, IE8, IE7 * (see known issues)
* ngModel, ngDisabled, ngReadonly, ngRequired, ngShow, ngHide, ngAttrPlaceholder
* ngAnimate (Angular 1.3+ only)
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"test"
],
"dependencies": {
"angular": "1.0.8 - 1.4"
"angular": "1.0.8 - 1.5"
},
"devDependencies": {
"angular-mocks": "1.0.8 - 1.4"
"angular-mocks": "1.0.8 - 1.5"
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h5>As template, pre-filled by model</h5>
<script src="bower_components/angular/angular.js"></script>
<!--[if lte IE 7]><script>var cdnVersion = '1.0.8';</script><![endif]-->
<!--[if IE 8]><script>var cdnVersion = '1.2.28';</script><![endif]-->
<!--[if gte IE 9]><!--><script>var cdnVersion = '1.4.7';</script><!--<![endif]-->
<!--[if gte IE 9]><!--><script>var cdnVersion = '1.5.0';</script><!--<![endif]-->
<script>if (!window.angular && window.console) { console.log('Local angular.js unavailable. Will attempt to load v'+cdnVersion+' from CDN.'); }</script>
<script>window.angular || document.write('<script src="//ajax.googleapis.com/ajax/libs/angularjs/' + cdnVersion + '/angular.js">\x3C/script>');</script>

Expand Down

0 comments on commit 55c99a8

Please sign in to comment.