it does the same stuff as regular Datepicker but it also extends behavior in one case
Is there a better way to solve it? Because what i found, is that there is no real way to actually modify Properties tab. And I want to make that Datepicker changed behavior works everywhere across whole Store and every child in that one.
Extending behavior of datepicker
Hello,
I've problem with Properties tabs and datepickers in general. I quite cannot get them work differently than simply overriding an Angular controller
what i did is i override datepicker and pretty much copy pasted the code from datepicker as below
angular.module("umbraco").controller("Umbraco.PropertyEditors.DatepickerController", ["$scope", ...
it does the same stuff as regular Datepicker but it also extends behavior in one case
Is there a better way to solve it? Because what i found, is that there is no real way to actually modify Properties tab. And I want to make that Datepicker changed behavior works everywhere across whole Store and every child in that one.
is working on a reply...