mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
reference component now that ui router is updated
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
angular
|
angular
|
||||||
.module('bit')
|
.module('bit')
|
||||||
|
|
||||||
.config(function ($stateProvider, $urlRouterProvider, $compileProvider, $sceDelegateProvider, toastrConfig) {
|
.config(function ($stateProvider, $urlRouterProvider, $compileProvider, $sceDelegateProvider, toastrConfig) {
|
||||||
@@ -124,8 +124,7 @@
|
|||||||
})
|
})
|
||||||
.state('tabs.tools', {
|
.state('tabs.tools', {
|
||||||
url: '/tools',
|
url: '/tools',
|
||||||
//component: 'tools',
|
component: 'tools'
|
||||||
template: '<tools></tools>'
|
|
||||||
})
|
})
|
||||||
|
|
||||||
.state('viewFolder', {
|
.state('viewFolder', {
|
||||||
|
|||||||
Reference in New Issue
Block a user