monterail / angular-date-range-picker

Pure Angular date range picker, no jQuery
MIT License
70 stars 50 forks source link

Update to angular 1.2.0 #3

Closed jastkand closed 10 years ago

jastkand commented 10 years ago

I have updated the version of angular to 1.2.0 as it became stable. Also it resolves issue #1.

teamon commented 10 years ago

@jastkand Thanks a lot! Any ideas how could we support both angular 1.0.x and 1.2.x?

jastkand commented 10 years ago

Unfortunately I couldn't find a way to support both versions. AngularJS does not allow duplicates in a ng-repeat directive since version ~1.1.5, so we have to use track by to fix this behavior. 1.0.x does not have a limitation for duplicates in a ng-repeat and does not support track by feature.

teamon commented 10 years ago

I put angular version notice in README, I hope that will help people choosing the right version.