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,6 +354,8 @@ app.controller('websiteCtrl', [
if (dir.directory) { if (dir.directory) {
debugger; debugger;
console.log('asdfasdfasdf'); console.log('asdfasdfasdf');
vm.things = [];
vm.things.push(dir.name);
} }
}); });
}); });