Skip to content

Commit

Permalink
still dependent on jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilson committed Mar 10, 2013
1 parent ee757be commit 04d5c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/nodejs/libs/js/ng-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ angular.module('ngUpload', [])
// 2) attach a handler to the controls' click event
var submitControl = element.find('.upload-submit');
submitControl.bind('click', function () {
console.log('foo');

addNewDisposableIframe(submitControl /* pass the submit control */);

Expand Down

0 comments on commit 04d5c95

Please sign in to comment.