modal != modal instance

This commit is contained in:
Henry Oswald 2016-03-22 12:28:37 +00:00
parent c777f498ad
commit 69a7a1508b
2 changed files with 1 additions and 3 deletions

View file

@ -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}

View file

@ -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()