diff --git a/src/popup/app/config.js b/src/popup/app/config.js index dc9da4ea19..06a54a0fe9 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', {