Product Import update

This commit is contained in:
Matt-Yorkley
2017-03-03 21:25:54 +00:00
committed by Rob Harrington
parent 6b7cdf3a37
commit 3d0f192490
12 changed files with 522 additions and 223 deletions

View File

@@ -0,0 +1,5 @@
angular.module("ofn.admin").controller "FeedbackPanelsCtrl", ($scope) ->
$scope.active = false
$scope.togglePanel = ->
$scope.active = !$scope.active