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
Only after i inject the 'directives.customvalidation.customValidationTypes to my app module, i get
"WARNING: Tried to load angular more than once" in console. I'm using gulp to load (concat) the files, this is the order:
At the very top you see source/js/ folder being loaded, that's where jQuery is. Then i load angular, then i load ui-form-validation. I tried with both jQuery 1.11.3 and 2.1.4 and it's the same. Any ideas?
Thanks
The text was updated successfully, but these errors were encountered:
Only after i inject the 'directives.customvalidation.customValidationTypes to my app module, i get
"WARNING: Tried to load angular more than once" in console. I'm using gulp to load (concat) the files, this is the order:
At the very top you see source/js/ folder being loaded, that's where jQuery is. Then i load angular, then i load ui-form-validation. I tried with both jQuery 1.11.3 and 2.1.4 and it's the same. Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: