Skip to content

Commit

Permalink
fixed Issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 1, 2013
1 parent 188f4c6 commit 6505b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/controllers/login-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ angular.module('login.controller', ['database.services']).controller("LoginContr
modalScope.hide();
});
}
var modalPromise = $modal({template: '/views/database/newDatabase.html', scope: modalScope});
var modalPromise = $modal({template: 'views/database/newDatabase.html', scope: modalScope});
$q.when(modalPromise).then(function (modalEl) {
modalEl.modal('show');
});
Expand Down

0 comments on commit 6505b2a

Please sign in to comment.