merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
16
www/analytics/plugins/CoreHome/angularjs/piwikApp.js
vendored
Normal file
16
www/analytics/plugins/CoreHome/angularjs/piwikApp.js
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*!
|
||||
* Piwik - Web Analytics
|
||||
*
|
||||
* @link http://piwik.org
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
||||
*/
|
||||
|
||||
angular.module('piwikApp', [
|
||||
'ngSanitize',
|
||||
'ngAnimate',
|
||||
'piwikApp.config',
|
||||
'piwikApp.service',
|
||||
'piwikApp.directive',
|
||||
'piwikApp.filter'
|
||||
]);
|
||||
angular.module('app', []);
|
||||
Loading…
Add table
Add a link
Reference in a new issue