Play Fair, Give Credit where due

This commit is contained in:
David Todd
2016-11-17 16:12:03 -06:00
parent 10d679c5a5
commit d7bfa01f03
5 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
/*
Cisco CDR Parser v1.0
(c) 2016 David Todd, https://github.com/alopexc0de/CDRParser
License: MIT
*/
var app = angular.module('MyApp', ['ngMaterial','tableSort',]).controller('logviewer', function($scope, $http, $mdDialog){
var tmp = [];
var list = '[[bigData]]'; // Pull in information provided by bottle's template engine