mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
modal != modal instance
This commit is contained in:
@@ -7,7 +7,6 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||
// Stop superfish from loading
|
||||
window.similarproducts = true
|
||||
style [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important; display: none; }
|
||||
style #groove-button { display:none;}
|
||||
|
||||
-if (typeof(gaExperiments) != "undefined")
|
||||
|!{gaExperiments}
|
||||
|
||||
@@ -10,7 +10,7 @@ define [
|
||||
controller: "SupportModalController"
|
||||
)
|
||||
|
||||
App.controller 'SupportModalController', ($scope, $modal) ->
|
||||
App.controller 'SupportModalController', ($scope, $modalInstance) ->
|
||||
$scope.form = {}
|
||||
$scope.sent = false
|
||||
$scope.sending = false
|
||||
@@ -31,7 +31,6 @@ define [
|
||||
$scope.sent = true
|
||||
$scope.$apply()
|
||||
|
||||
|
||||
$scope.close = () ->
|
||||
$modalInstance.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user