Fix home page.

This commit is contained in:
Igor Kulikov 2017-12-05 16:59:00 +02:00
parent db9918413e
commit 09880a64b1

View File

@ -33,9 +33,7 @@ export default function HomeLinksController($scope, $mdMedia, menu) {
updateColumnCount();
menu.getHomeSections().then((homeSections) => {
vm.model = homeSections;
});
vm.model = menu.getHomeSections();
function updateColumnCount() {
vm.cols = 2;