Commit 3a97d56c authored by Randall Leeds's avatar Randall Leeds

Auth controller no longer needs flash service

parent e35e2402
...@@ -615,12 +615,8 @@ class Annotation ...@@ -615,12 +615,8 @@ class Annotation
class Auth class Auth
this.$inject = [ this.$inject = ['$scope', 'session']
'$scope', 'session', 'flash' constructor: ( $scope, session) ->
]
constructor: (
$scope, session, flash
) ->
base = base =
username: null username: null
email: null email: null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment