include terms.html
This commit is contained in:
parent
fd32a1ec91
commit
42aaf515c7
5 changed files with 41 additions and 19 deletions
|
|
@ -438,6 +438,15 @@ angular
|
|||
},
|
||||
}
|
||||
})
|
||||
.state('termOfUse', {
|
||||
url: '/termOfUse',
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/termOfUse.html',
|
||||
},
|
||||
}
|
||||
})
|
||||
.state('warning', {
|
||||
url: '/warning',
|
||||
controller: 'warningController',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue