mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
6 lines
222 B
CoffeeScript
6 lines
222 B
CoffeeScript
angular.module("ofn.admin").controller "AdminOverrideVariantsCtrl", ($scope, hubs) ->
|
|
$scope.hubs = hubs
|
|
$scope.hub = null
|
|
|
|
$scope.selectHub = ->
|
|
$scope.hub = (hub for hub in hubs when hub.id == $scope.hub_id)[0] |