From f5b84e51f4f531063c042cc949b181e85eaf14f0 Mon Sep 17 00:00:00 2001 From: Andre Santos Date: Thu, 7 Jan 2016 07:46:39 +0000 Subject: [PATCH] Removal of Content Tabs Part 2; Issue #31 --- resources/assets/scripts/app/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/scripts/app/app.coffee b/resources/assets/scripts/app/app.coffee index 62e184ca..ac7f8fc1 100644 --- a/resources/assets/scripts/app/app.coffee +++ b/resources/assets/scripts/app/app.coffee @@ -168,7 +168,7 @@ module.config [ state.state 'content', abstract: true - templateUrl: '/templates/content/_layout.html' + template: '' state.state 'content.tracks', templateUrl: '/templates/tracks/index.html'