This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Datepicker and tooltip conflict #2320
Closed
Description
I want show comment for date or error message if date incorrect etc. I cant do it because
Error: [$compile:multidir] Multiple directives [datepickerPopup, tooltip] asking for new/isolated scope on: <input type="text" class="form-control" ng-click="opened = !opened" datepicker-popup= "dd-MMMM-yyyy" ng-model="dt" is-open="opened" datepicker-options="dateOptions" tooltip="Set data">
http://plnkr.co/edit/puO9KD7AJSadR7znTMZ9
Fix it, please