Adding a class to the login modal

This commit is contained in:
Will Marshall
2014-05-08 12:26:37 +10:00
parent 09f239ddfe
commit 2563576f86

View File

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