mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Product Import update
This commit is contained in:
committed by
Rob Harrington
parent
6b7cdf3a37
commit
3d0f192490
@@ -0,0 +1,5 @@
|
||||
angular.module("ofn.admin").controller "FeedbackPanelsCtrl", ($scope) ->
|
||||
$scope.active = false
|
||||
|
||||
$scope.togglePanel = ->
|
||||
$scope.active = !$scope.active
|
||||
Reference in New Issue
Block a user