advancedAttributes
7 years ago
availabilityPrice
7 years ago
basicInformation
7 years ago
common
7 years ago
detailedInformation
7 years ago
productCategories
7 years ago
shipping
7 years ago
styles
7 years ago
uniqueIdentifiers
7 years ago
app.js
7 years ago
common.scss
7 years ago
styles.scss
7 years ago
app.js
7 lines
| 1 | var GoogleMerchants = angular.module('GoogleMerchants', ['templates-dist','dotjem.angular.tree', 'ngSanitize', 'ngAnimate', 'ng-slide-down', 'angular-click-outside']); |
| 2 | |
| 3 | GoogleMerchants.constant('BACKEND', ajaxurl+'?action=wpae_api&q='); |
| 4 | |
| 5 | GoogleMerchants.filter('safe', ['$sce', function($sce) { |
| 6 | return $sce.trustAsHtml; |
| 7 | }]); |