zhaber / ng-bootstrap-datetimepicker

:calendar::clock2: Angular Bootstrap Date Time Picker
MIT License
149 stars 57 forks source link

Angular version check doesn't work for 1.5.3 #123

Closed 6farer closed 8 years ago

6farer commented 8 years ago

Below doesn't work for 1.5.3 due to last comparison. angular.version.major === 1 && angular.version.minor >= 4 && angular.version.dot >= 4

zhaber commented 8 years ago

Thanks for the pull request.