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 was archived by the owner on Apr 12, 2024. It is now read-only.
Clicking a button which opens a modal results in this error: "TypeError: u is not a function".
Expected / new behavior:
Usually the Modal opens and displays its contents fine. Reverting to AngularJS 1.7.0 makes this error go away.
Minimal reproduction of the problem with instructions:
AngularJS version: 1.7.1
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Anything else:
In the minified file it takes me to
.provider("$uibModal",function(){
...
angular.extend(c,{$resolve: l.$scope.$resolve},r)),c=u(),// This lineangular.isFunction(c.$onInit)&&c.$onInit()),s.open(
So I'd like to believe a change from 1.7.0 to 1.7.1 around here caused the bug.