This commit is contained in:
Jon Lambson 2017-10-23 17:41:36 -06:00
parent ef91990767
commit dd5b5c666c
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ app.config(['$stateProvider', '$urlRouterProvider', 'localStorageServiceProvider
views: {
'content@': {
templateUrl: 'templates/websites.html',
controller: 'websitesCtrl as vm',
controller: 'websiteCtrl as vm',
}
}
})