overleaf/services/web/public/coffee/main/translations.coffee

11 lines
287 B
CoffeeScript
Raw Normal View History

define [
"base"
], (App) ->
App.controller "TranslationsPopupController", ($scope, $cookies) ->
$scope.hidei18nNotification = $cookies.hidei18nNotification
$scope.dismiss = ->
$cookies.hidei18nNotification = true
$scope.hidei18nNotification = $cookies.hidei18nNotification