import from phrase and text done
This commit is contained in:
parent
2354a46bed
commit
f2257f2519
8 changed files with 198 additions and 299 deletions
|
|
@ -107,7 +107,7 @@ angular.module('copayApp.directives')
|
|||
return {
|
||||
link: function($scope, el) {
|
||||
el.bind('change', function(e) {
|
||||
$scope.file = (e.srcElement || e.target).files[0];
|
||||
$scope.formData.file = (e.srcElement || e.target).files[0];
|
||||
$scope.getFile();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue