This commit is contained in:
Jon Lambson 2017-09-22 14:34:57 -06:00
parent 37a40a49ff
commit b425be39d4
1 changed files with 3 additions and 1 deletions

View File

@ -354,7 +354,9 @@ app.controller('websiteCtrl', [
if (dir.directory) {
debugger;
console.log('asdfasdfasdf');
}
vm.things = [];
vm.things.push(dir.name);
}
});
});
};