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
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
If we decided to implement this, we should not overload the angular.module() helper, but introduce a new one (e.g. angular.hasModule('<module-name>')). But given that writing your own helper is very easy (and taking into account that AngularJS is just about to enter LTS), I would lean towards not adding it. You can create it yourself like this:
In fact, I did exactly the same. It's just that this hack doesn't look elegant enough. Usually, I try not to let the code of the catch block run.
Thank you so much!
I'm submitting a ...
Current behavior:
When redefine module, orgin module lost.
Expected / new behavior:
Override a module, or do something whether the modele is defined or not.
Minimal reproduction of the problem with instructions:
none
AngularJS version: 1.x.y
all
Browser: [all]
Anything else:
before the code:
add:
then I can user like this:
The text was updated successfully, but these errors were encountered: