openfoodfoundation/openfoodnetwork

View on GitHub
app/assets/javascripts/admin/product_import/controllers/dropdown_panels.js.coffee

Summary

Maintainability
Test Coverage
angular.module("admin.productImport").controller "DropdownPanelsCtrl", ($scope) ->
  $scope.active = false

  $scope.togglePanel = ->
    $scope.active = !$scope.active