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 12, 2024. It is now read-only.
move the loadedModules lookup to be performed only on strings in order to allow loading functions that look the same. this issue caused only the first `angular.mock.module(object)` invocation to work since the loadModules lookup blocked all following invocations.
closesangular#7254
caitp
pushed a commit
to caitp/angular.js
that referenced
this issue
Jun 8, 2014
move the loadedModules lookup to be performed only on strings in order to allow loading functions that look the same. this issue caused only the first `angular.mock.module(object)` invocation to work since the loadModules lookup blocked all following invocations.
closesangular#7254
Currently if I invoke
angular.mock.module()
with anobject
param, only the first invocation works and all the rest are ignored. http://plnkr.co/edit/HIuhaIfPpPKWjwC5xFBf?p=previewThe text was updated successfully, but these errors were encountered: