zimmul
Results
1
comments of
zimmul
I am having a similar error when just trying to load 'datatables'. ``` javascript angular.module('pricingOptionsTable', ['resources.pricingOptions', 'datatables']) .controller('pricingDataController', ['$scope', 'poResource', 'DTOptionsBuilder', PricingDataController]) .directive('pricingDataTable', ['$http', '$templateCache', '$compile', PricingDataTable]); ``` Then, in...