-1

I use library AngularUI Bootstrap. And i want create a new custom directive "datepicker", but this directive defined in AngularUI Bootstrap.

Question:

  • I can remove directive from any module?
  • I can replace directive from any module?

Thank.

ZhukV
  • 2,892
  • 6
  • 25
  • 36

1 Answers1

2

On the UI Bootstrap site there's a button "Create a Build". You can leave out Datepicker so there's no name collision and use your own.

Johannes Jander
  • 4,974
  • 2
  • 31
  • 46