reference component now that ui router is updated
This commit is contained in:
parent
a66e32590b
commit
7455b39835
|
@ -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', {
|
||||
|
|
Loading…
Reference in New Issue