1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

reference component now that ui router is updated

This commit is contained in:
Kyle Spearrin 2017-11-02 08:11:10 -04:00
parent a66e32590b
commit 7455b39835

View File

@ -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: '<tools></tools>'
component: 'tools'
})
.state('viewFolder', {