Skip to content

Commit

Permalink
updated spec to confirm nested form detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilson committed Mar 11, 2013
1 parent 41c3284 commit e9132b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ngUploadDivSubmitSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ describe('ngUpload', function() {
'<div>' +
'<form action="/upload" ng-upload>' +
'<input type="file" name="foo"></input>' +
'<p>' +
'<div class="baz" upload-submit="bar()">Upload</div>' +
'</p>' +
'</form>' +
'</div>');
scope = $rootScope;
Expand Down

0 comments on commit e9132b4

Please sign in to comment.