ng-camera
ng-camera copied to clipboard
Update main file: fix a bug, button type submit
The button is a submit button that submits the parent form and it can not be adjusted. I made the take picture button a button so no parent form submitted. Thanks
Details: Thanks for the directive, that helps me a lot. But I found a bug : when I click take picture button it submits my parent form, that was really a bag one to carry with. Then I went in the directive and changed the button to a type=button so that no parent form is submitted but the take picture works... Thanks a lot in advance.. Please merge this PR..