fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 371 forks source link

how to set linkedCalendars =false? #124

Closed edwardlau closed 5 years ago

edwardlau commented 8 years ago

Hi , I see the exmapl.html bug not found set linkedCalendars? can u tell me how to set linkedCalendars? thx

fahadcv commented 8 years ago

hope below one may helpful for some one....

scope.datePicker = { options: { linkedCalendars: false }, range: { startDate: null, endDate: null } };