add cancel button
This commit is contained in:
parent
a6891ac900
commit
6e87f18ec8
3 changed files with 9 additions and 1 deletions
|
|
@ -16,6 +16,9 @@ angular.module('copayApp.directives')
|
|||
$timeout(function() {
|
||||
scope.showMenu = true;
|
||||
}, 2000);
|
||||
scope.hide = function() {
|
||||
scope.showMenu = false;
|
||||
};
|
||||
scope.$watch('showMenu', function() {
|
||||
console.log('scope.showMenu', scope.showMenu);
|
||||
if(!scope.showMenu) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue