From 7455b39835c3583237bf06cc679fd85da66db0e6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 2 Nov 2017 08:11:10 -0400 Subject: [PATCH] reference component now that ui router is updated --- src/popup/app/config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/popup/app/config.js b/src/popup/app/config.js index dc9da4ea192..06a54a0fe93 100644 --- a/src/popup/app/config.js +++ b/src/popup/app/config.js @@ -1,4 +1,4 @@ -angular +angular .module('bit') .config(function ($stateProvider, $urlRouterProvider, $compileProvider, $sceDelegateProvider, toastrConfig) { @@ -124,8 +124,7 @@ }) .state('tabs.tools', { url: '/tools', - //component: 'tools', - template: '' + component: 'tools' }) .state('viewFolder', {