overleaf/services/web/public/coffee/main/translations.coffee
2014-08-13 14:14:31 +01:00

10 lines
287 B
CoffeeScript

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