Remove dynamic monthly pricing description that would come from the deleted business model configurations

This commit is contained in:
luisramos0
2019-03-15 15:49:57 +00:00
parent 0f5e6474b8
commit c0c14b16b6
3 changed files with 0 additions and 34 deletions

View File

@@ -1,8 +0,0 @@
angular.module("admin.enterprises").directive "monthlyPricingDescription", (monthlyBillDescription) ->
restrict: 'E'
scope:
joiner: "@"
template: "<span ng-bind-html='billDescription'></span>"
link: (scope, element, attrs) ->
joiners = { comma: ", ", newline: "<br>" }
scope.billDescription = monthlyBillDescription.replace("{joiner}", joiners[scope.joiner])