g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
722 stars 421 forks source link

Fix a problem with scopeSearch method #318

Closed charobnjak32 closed 7 years ago

charobnjak32 commented 7 years ago

If a searched value is inside an object ( ie. obj.value ) and that object is not defined in a scope, scopeSearch will throw an exception since it will try to access a property of that undefined object.