You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Best Practice: In order to avoid collisions with some future standard, it's best to prefix your own directive names. For instance, if you created a <carousel> directive, it would be problematic if HTML7 introduced the same element. A two or three letter prefix (e.g. btfCarousel) works well. Similarly, do not prefix your own directives with ng or they might conflict with directives included in a future version of Angular.
See the Creating Directives section of the Angular Docs.
The text was updated successfully, but these errors were encountered:
Also, your package name ui.bootstrap.showErrors seems to imply you are associated with the Angular ui project. It doesn't appear you are and this seems misleading.
Sorry to sound so negative. Great job on this and great blog post explaining it. Very helpful. 👍
From the angular docs:
See the Creating Directives section of the Angular Docs.
The text was updated successfully, but these errors were encountered: