Info about automatic deletion of offline nodes.
This commit is contained in:
parent
be9d0a3aa4
commit
cacc3faeb5
3 changed files with 18 additions and 1 deletions
app/scripts/directives
|
@ -1,8 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('ffffng')
|
||||
.directive('fNodeSaved', function () {
|
||||
.directive('fNodeSaved', function (config) {
|
||||
var ctrl = function ($scope, Navigator) {
|
||||
$scope.config = config;
|
||||
|
||||
$scope.goHome = function () {
|
||||
Navigator.home();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue