Change button style and layout

This commit is contained in:
Reynaldo Reyes
2016-04-13 00:13:11 -04:30
parent 08c9146ea5
commit 1aa1dac74d
14 changed files with 47 additions and 78 deletions

View File

@@ -129,6 +129,8 @@
$rootScope.opened = true;
};
return vm;
vm.back = function () {
$state.go('SectionList');
};
};
})();