I have a package.manifest defining a directive that defines the directive exactly as the core but it has a simple adjustment. Was hoping by simply implementing the same named directive would do the trick but no luck.
I know my file is loading because I can console.log some messages. I just can't override it.
Topic author was deleted
Overriding Core Angular Directive
Looking to override this core directive: https://github.com/umbraco/Umbraco-CMS/blob/ded1def8e2e7ea1a4fd0f849cc7a3f1f97cd8242/src/Umbraco.Web.UI.Client/src/common/directives/umbtreesearchbox.directive.js
I have a package.manifest defining a directive that defines the directive exactly as the core but it has a simple adjustment. Was hoping by simply implementing the same named directive would do the trick but no luck.
I know my file is loading because I can console.log some messages. I just can't override it.
Anyone have any success doing something similar?
is working on a reply...