Angular 1.6 introduces some optimizations to the compiler that violate datepicker functionality (they are listed as breaking changes in the Angular changelist).
Angular Material ( ...), , Angular, , .
angular.module('myApp', []).config(function($compileProvider) {
$compileProvider.preAssignBindingsEnabled(true);
});
, , $compileProvider , . , , $onInit(), Angular changelog