Initial commit.
This commit is contained in:
commit
0335f5aa93
1168 changed files with 261999 additions and 0 deletions
app/scripts/controllers
12
app/scripts/controllers/main.js
Normal file
12
app/scripts/controllers/main.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('ffffng')
|
||||
.controller('MainCtrl', function ($scope, Navigator) {
|
||||
$scope.newNode = function () {
|
||||
Navigator.newNode();
|
||||
};
|
||||
|
||||
$scope.updateNode = function () {
|
||||
Navigator.updateNode();
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue