This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Piwik - free/libre analytics platform | |
* | |
* @link https://matomo.org | |
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later | |
*/ | |
namespace Piwik\Plugins\GoogleAnalyticsImporter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Piwik - free/libre analytics platform | |
* | |
* @link http://piwik.org | |
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later | |
* | |
*/ | |
(function () { | |
angular.module('piwikApp').controller('ImportSchedulerController', ImportSchedulerController); |
OlderNewer