Fix home page.
This commit is contained in:
parent
db9918413e
commit
09880a64b1
@ -33,9 +33,7 @@ export default function HomeLinksController($scope, $mdMedia, menu) {
|
|||||||
|
|
||||||
updateColumnCount();
|
updateColumnCount();
|
||||||
|
|
||||||
menu.getHomeSections().then((homeSections) => {
|
vm.model = menu.getHomeSections();
|
||||||
vm.model = homeSections;
|
|
||||||
});
|
|
||||||
|
|
||||||
function updateColumnCount() {
|
function updateColumnCount() {
|
||||||
vm.cols = 2;
|
vm.cols = 2;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user