mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 13:02:39 +00:00
Merge pull request #845 from sharelatex/as-update-sl-onboarding-copy
Basic controller for account merge checker
This commit is contained in:
commit
bccdb70452
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 = null
|
Loading…
Reference in a new issue