more double quotes

This commit is contained in:
kevgliss 2015-10-05 09:24:11 -07:00
parent 8362a92898
commit 867be09e29
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ var lemur = angular
'ngLetterAvatar'
])
.config(function ($stateProvider, $urlRouterProvider, $authProvider) {
$urlRouterProvider.otherwise("/welcome");
$urlRouterProvider.otherwise('/welcome');
$stateProvider
.state('welcome', {
url: "/welcome",
url: '/welcome',
templateUrl: 'angular/welcome/welcome.html'
});