%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/addthis/frontend/src/features/Ads/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/addthis/frontend/src/features/Ads/AnalyticsAdCtrl.js

appAddThisWordPress.controller('AnalyticsAdCtrl', function(
  $scope,
  $wordpress,
  $darkseid
) {
  $scope.state = 'loading';

  $wordpress.globalOptions.get().then(function(globalOptions) {
    $scope.profileId = globalOptions.addthis_profile;
    if ($scope.profileId.length > 0) {
      $darkseid.validateAddThisProfileId(globalOptions.addthis_profile)
      .then(function (result) {
          if (result.success === true) {
              $scope.state = 'viewanalytics';
          } else {
              $scope.state = 'register';
          }
      });
    } else {
      $scope.state = 'register';
    }
  });
});

Zerion Mini Shell 1.0