Skip to content

Commit

Permalink
Merge pull request eclipsesource#57 from koegel/master
Browse files Browse the repository at this point in the history
  • Loading branch information
koegel committed Jul 24, 2015
2 parents e80a7a3 + e221ec4 commit 07d3070
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ angular.module('makeithappen', [
$routeProvider.when('/editor', {
templateUrl: 'templates/editor.html',
controller: 'EditorController'
})
});
$routeProvider.when('/async', {
templateUrl: 'templates/async.html',
controller: 'AsyncController'
});
$routeProvider.otherwise({
redirectTo: '/local'
})
}
])
]);

0 comments on commit 07d3070

Please sign in to comment.