Skip to content

Commit

Permalink
fixed routes issue closes #181
Browse files Browse the repository at this point in the history
  • Loading branch information
jadjoubran committed Mar 2, 2016
1 parent 043969a commit 141fb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/config/RoutesConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export function RoutesConfig($stateProvider, $urlRouterProvider) {
'ngInject';

var getView = function(viewName) {
return './views/app/pages/' + viewName + '/' + viewName + '.html';
return './views/app/pages/' + viewName + '/' + viewName + '.page.html';
};

$urlRouterProvider.otherwise('/');
Expand Down

0 comments on commit 141fb46

Please sign in to comment.