Skip to content

Commit

Permalink
clean up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilson committed Mar 11, 2013
1 parent 8ea517a commit 3f6bbb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ng-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ angular.module('ngUpload', [])
// }
var options = {};
options.enableControls = attrs.uploadOptionsEnableControls;

// Retrieve the callback function
var fn = $parse(attrs.uploadSubmit);

Expand Down Expand Up @@ -67,7 +67,7 @@ angular.module('ngUpload', [])

// add the new iframe to application
scope.uploadForm.parent().append(iframe);

scope.$apply(function () {
fn(scope, {content: "Please wait...", completed: false });
});
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ MIT

pull requests welcome.

please use the following style guidelines

(http://nodeguide.com/style.html)

## Contributors

* ADEBISI Foluso A. (https://github.com/adebisi-fa)
Expand Down

0 comments on commit 3f6bbb1

Please sign in to comment.