include terms.html

This commit is contained in:
Gabriel Bazán 2015-11-25 10:04:43 -03:00
commit 42aaf515c7
5 changed files with 41 additions and 19 deletions

View file

@ -438,6 +438,15 @@ angular
},
}
})
.state('termOfUse', {
url: '/termOfUse',
needProfile: true,
views: {
'main': {
templateUrl: 'views/termOfUse.html',
},
}
})
.state('warning', {
url: '/warning',
controller: 'warningController',