mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 12:42:34 +00:00
Basic controller for account merge checker
This commit is contained in:
parent
740571475c
commit
59910320fe
2 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,7 @@ define [
|
|||
"main/affiliations/controllers/UserAffiliationsController"
|
||||
"main/affiliations/factories/UserAffiliationsDataService"
|
||||
"main/keys"
|
||||
"main/account-merge-checker"
|
||||
"main/cms/index"
|
||||
"analytics/AbTestingManager"
|
||||
"directives/asyncForm"
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
define [
|
||||
"base"
|
||||
], (App) ->
|
||||
App.controller "AccountMergeCheckerController", ($scope) ->
|
||||
$scope.hasOlAccount = true
|
Loading…
Reference in a new issue