Skip to content

Commit

Permalink
fixed path to login modal
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Apr 15, 2015
1 parent 12f81bb commit 541d3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
dialog;

dialog = $modal.open({
templateUrl: '../../bundles/newscoopnewscoop/views/modal-login.html',
templateUrl: '/bundles/newscoopnewscoop/views/modal-login.html',
controller: ModalLoginCtrl,
controllerAs: 'ctrl',
windowClass: 'modalLogin',
Expand Down

0 comments on commit 541d3ca

Please sign in to comment.