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.
in my HTML, so that I can serve http and https from the same folder. But Angular then falls over with a:
TypeError: Cannotcallmethod'indexOf'ofundefinedatbeginsWith(http://localhost:5012/js/vendor/angular/angular.js:8405:13)atObject.$$parse(http://localhost:5012/js/vendor/angular/angular.js:8448:19)at$LocationProvider.$get(http://localhost:5012/js/vendor/angular/angular.js:8960:15)atObject.invoke(http://localhost:5012/js/vendor/angular/angular.js:3646:28)
at http://localhost:5012/js/vendor/angular/angular.js:3479:37atgetService(http://localhost:5012/js/vendor/angular/angular.js:3600:39)atObject.invoke(http://localhost:5012/js/vendor/angular/angular.js:3622:13)at http://localhost:5012/js/vendor/angular/angular.js:3479:37atgetService(http://localhost:5012/js/vendor/angular/angular.js:3600:39)atObject.invoke(http://localhost:5012/js/vendor/angular/angular.js:3622:13)
The text was updated successfully, but these errors were encountered:
A reproduction would be awesome, could probably make a quick heroku app to repro it maybe.. I've got nothing better to do so I guess I'll have a go at it
I've put up a quick repro on http://ng-5292.herokuapp.com/ --- I don't think I can totally reproduce your issue, but I do see another one, which is that the appBase url seems to be incorrect because of the leading '/', so it fails to figure out that it's an absolute url. I'll work on a patch
Ideally I'd like to have
in my HTML, so that I can serve http and https from the same folder. But Angular then falls over with a:
The text was updated successfully, but these errors were encountered: