Render shop_variant partial normally and remove shop_variant directive

This commit is contained in:
Matt-Yorkley
2022-01-16 10:46:26 +00:00
parent e5009432c3
commit f06ec94b30
3 changed files with 24 additions and 31 deletions

View File

@@ -1,7 +0,0 @@
angular.module('Darkswarm').directive "shopVariant", ->
restrict: 'E'
replace: true
templateUrl: 'shop_variant.html'
scope:
variant: '='
controller: 'ShopVariantCtrl'