import from phrase and text done

This commit is contained in:
Javier 2016-09-06 15:11:02 -03:00
commit f2257f2519
8 changed files with 198 additions and 299 deletions

View file

@ -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();
});
}