fix project menu

stable
Juanfran 2015-05-26 13:01:04 +02:00
parent 4f0cac687d
commit d4cef66379
2 changed files with 3 additions and 4 deletions

View File

@ -15,10 +15,9 @@ ProjectMenuDirective = (projectService, lightboxFactory) ->
return {
scope: {},
controller: "ProjectMenu",
templateUrl: "components/project-menu/project-menu.html",
link: link,
controllerAs: "vm",
replace: true
templateUrl: "components/project-menu/project-menu.html",
link: link
}
ProjectMenuDirective.$inject = [

View File

@ -1,6 +1,6 @@
$label-arrow-wh: 12px;
.menu {
div[tg-project-menu] {
background-color: $dark-taiga;
background-image: url('../images/menu.png');
background-position: center center;