Implemented expand/collapse job results

This commit is contained in:
mabashian
2018-04-25 16:55:35 -04:00
parent 6e3c35dba8
commit fe7a0a63b9
6 changed files with 46 additions and 15 deletions

View File

@@ -55,6 +55,10 @@ function JobsIndexController (
up: scrollPageUp
};
vm.fullscreen = {
isFullscreen: false
};
render.requestAnimationFrame(() => init());
}