facultymatt / angular-unsavedChanges

angular-unsavedChanges
175 stars 81 forks source link

Update with fix for multiple forms #2

Closed facultymatt closed 10 years ago

facultymatt commented 11 years ago

Just a reminder, we need to update this to our recent version which supports multiple forms and a clear button.

See https://github.com/facultymatt/angular-unsavedChanges/issues/1

devorbitus commented 11 years ago

I would love to see the recent version.

facultymatt commented 11 years ago

@devorbitus Check out https://github.com/facultymatt/angular-unsavedChanges/tree/develop. I just pushed an update with a working demo.

devorbitus commented 11 years ago

This is awesome, thanks so much. If you find the time, it would be awesome if it was in the bower registry for easy installation.

Edit: Nevermind, I now see it was added to the registry

facultymatt commented 11 years ago

It's all setup to be on bower, I'm waiting to clean up a few loose ends before officially releasing it. Mainly I don't think it should be necessary to wrap everything in a group. Also, I'd like to resolve the scope issues first.