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
class Auth
this.$inject = [
'$scope', 'session', 'flash'
]
constructor: (
$scope, session, flash
) ->
this.$inject = ['$scope', 'session']
constructor: ( $scope, session) ->
base =
username: 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