-
Notifications
You must be signed in to change notification settings - Fork 340
angular 1.6.3 breaks batarang #307
Comments
As far as I know this is no longer maintained, it was @btford's project and he left google a year ago... |
Sorry, I haven't given batarang much love lately 😁 |
Great! as far as I know, there's no better chrome extension for Angular 1 apps. It would be awful if support stops at 1.6 |
Same here downloaded Batarang and it's not working. Hope it will be fixed soon. |
You can now check what version of AngularJS a core module is designed for: ``` var angularVersion = $injector.modules['myModule'].info().angularVersion; ```
Last I heard, there was no one to handle releases to the chrome web store. Do we have someone now, or is it just for major fixes? |
We have me 😃 |
Update Once #124 is in (hopefully this week), we can cut the release. |
v0.10.8 is out, but it's broken. Tracking in #310. |
Enabling batarang while working with angular 1.6.3 totally breaks the application to watch.
I don't know why, it's working fine in 1.6.2. I use angular via cdn but i don't think the problem comes from that.
Could someone investigate, if project is still alive? thanks.
Here is what chrome's console outputs:
The text was updated successfully, but these errors were encountered: