-
Notifications
You must be signed in to change notification settings - Fork 1.1k
With angular 1.5.0: Error: this.exp undefined #1729
Comments
What version ? master or tagged release? |
If this is the real spot then yes this is a broken / removed part of angular that will need to be fixed. |
this.exp was a field passed into a watch function letting you know the field of the actual changed values. This was useful if you were using multiple handlers for many watches. |
Got same error, this is undefined after upgrading to angular 1.5.0 stable (angular-google-maps 2.3.1) |
Thanks @nmccready I use the latest 1.5.0 angular an 2.3.1 angular-ggogle-maps as @mikhail-eremin. Thanks pointing to this. |
same problem here about 'exp' with angular 1.5.0 :/ |
Please no more +1 or same heres we know it is a problem. If you want to voice opinions; voice resolutions or a PR. TY |
This is where it broke angular/angular.js#13909 |
Anyone else having issues with ngMock / angular-mocks.js ? Since 1.5 non of the modules of this project can be found. |
So specs are borking due to PhantomJS and karma with angular 1.5. I changed the karma config to Chrome and bam specs started working. |
thanks! |
+1 |
After upgrading to angular 1.5.0 I got the following error:
this is undefined Map</Map.prototype.link/</</</<@http://localhost:3000/bower_components/angular-google-maps/dist/angular-google-maps.js:6874:19
I just use the simplest angular google maps directive:
<ui-gmap-google-map center="map" zoom="14"></ui-gmap-google-map>
Thanks
The text was updated successfully, but these errors were encountered: