mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
reference component now that ui router is updated
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user