Added delete feature for nodes.
This commit is contained in:
parent
39e7af6238
commit
79aadc85c2
20 changed files with 300 additions and 20 deletions
app/scripts/directives
|
@ -33,7 +33,9 @@ angular.module('ffffng')
|
|||
'templateUrl': 'views/directives/tokenForm.html',
|
||||
'scope': {
|
||||
'onSubmit': '=fSubmit',
|
||||
'onCancel': '=fCancel'
|
||||
'onCancel': '=fCancel',
|
||||
'submitIcon': '@fSubmitIcon',
|
||||
'submitLabel': '@fSubmitLabel'
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue