When updating to 2015.2.805, we've discovered a NUMBER of problems with our usage of Angular and Kendo. We regularly update, and have had no problems previously. We're hoping we can get some answers as to the problem.
We were previously using ng-model in our binding to a Kendo DateTimePicker. We used ng-model because we use a formatter/parser directive to manipulate the date. In the latest release, the DateTimePicker only works if you use k-ng-model, but this precludes the use of the formatter/parser directive, because there is no ngModel.
How can we use this with a formatter/parser now?