added import route
This commit is contained in:
parent
bc77fabba9
commit
05f41a8e46
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ angular
|
||||||
templateUrl: 'signin.html',
|
templateUrl: 'signin.html',
|
||||||
validate: false
|
validate: false
|
||||||
})
|
})
|
||||||
|
.when('/import', {
|
||||||
|
templateUrl: 'import.html',
|
||||||
|
validate: false
|
||||||
|
})
|
||||||
.when('/setup', {
|
.when('/setup', {
|
||||||
templateUrl: 'setup.html',
|
templateUrl: 'setup.html',
|
||||||
validate: false
|
validate: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue