mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-25 01:23:23 +00:00
Clean up permalink checker
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
angular.module("admin.enterprises")
|
||||
.controller "permalinkCtrl", ($scope, Enterprise, PermalinkChecker) ->
|
||||
$scope.pristinePermalink = Enterprise.permalink
|
||||
.controller "permalinkCtrl", ($scope, PermalinkChecker) ->
|
||||
$scope.pristinePermalink = $scope.Enterprise.permalink
|
||||
$scope.availablility = ""
|
||||
$scope.checking = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user