Hello there, I would like to write a custom theme overriding angular period selector.
While is pretty clear how twig override works, isn’t the same for angular templates.
In a specific way, I want to edit this template: plugins/CoreHome/angularjs/period-selector/period-selector.directive.html
Do I need to set a plugins/MyPlugin/templates/plugins/CoreHome/angularjs/period-selector/selector.directive.html ?
Thanks for caring, this will be useful for updating my plugin RerUserDates compatibility.
Until now, I’m trying to tweak angular DOM by JQuery but doesn’t work.