Remove shell dependences. Remove unnecessary plugins. Remove unnecessary directives
This commit is contained in:
parent
a1159189ba
commit
e7d8421c4d
11 changed files with 1 additions and 190 deletions
|
|
@ -264,16 +264,6 @@ angular.module('copayApp.directives')
|
|||
}
|
||||
};
|
||||
})
|
||||
.directive('openExternal', function() {
|
||||
return {
|
||||
restrict: 'A',
|
||||
link: function(scope, element, attrs) {
|
||||
element.bind('click', function() {
|
||||
window.open('bitcoin:' + attrs.address, '_blank');
|
||||
});
|
||||
}
|
||||
}
|
||||
})
|
||||
// From https://gist.github.com/asafge/7430497
|
||||
.directive('ngReallyClick', [
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue