Making modal medium man

This commit is contained in:
Will Marshall
2014-05-09 12:23:34 +10:00
parent c52457505e
commit 9241178fe2

View File

@@ -9,7 +9,7 @@ Darkswarm.factory "AuthenticationService", (Navigation, $modal, $location)->
open: (path = false)=>
@modalInstance = $modal.open
templateUrl: 'authentication.html'
windowClass: "login-modal small"
windowClass: "login-modal medium"
@modalInstance.result.then @close, @close
@selectedPath = path || @selectedPath
Navigation.navigate @selectedPath