You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/07/09 14:26:42 UTC

[trafficcontrol] 03/08: added ngFileSaver to app.js

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit c9d4d314e7562a0fa2a1ede685bcbbc309df30a2
Author: Jesse Rivas <je...@comcast.com>
AuthorDate: Tue Jun 19 14:45:25 2018 -0600

    added ngFileSaver to app.js
---
 traffic_portal/app/src/app.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/traffic_portal/app/src/app.js b/traffic_portal/app/src/app.js
index 238b2fa..baf69b0 100644
--- a/traffic_portal/app/src/app.js
+++ b/traffic_portal/app/src/app.js
@@ -38,6 +38,7 @@ var trafficPortal = angular.module('trafficPortal', [
         'app.templates',
         'angular-jwt',
         'angular-loading-bar',
+        'ngFileSaver',
 
         // public modules
         require('./modules/public').name,