1075. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/12/2018 4:05:04 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

1075.1 Files compared

# Location File Last Modified
1 Vetlink 2.0.zip\Vetlink 2.0\vetlink-web.zip\vetlink-web\vetlink\phonegap\vetlink\www\components\modals help_modal.js Fri Aug 24 18:39:35 2018 UTC
2 Vetlink 2.0.zip\Vetlink 2.0\vetlink-web.zip\vetlink-web\vetlink\phonegap\vetlink\www\components\modals help_modal.js Fri Oct 12 13:54:16 2018 UTC

1075.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 44
Changed 1 2
Inserted 0 0
Removed 0 0

1075.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

1075.4 Active regular expressions

No regular expressions were active.

1075.5 Comparison detail

  1   define(['j query', 'a ngular', ' app'], fun ction ($,  angular, a pp) {
  2        "use  strict";
  3        app.c ontroller( 'help_moda l', ['$sco pe', '$uib ModalInsta nce','acce ssibleModa lFactory',  function  ($scope, $ uibModalIn stance, ac cessibleMo dalFactory ) {
  4              $scope.tit le = "Help ";
  5              accessible ModalFacto ry.init($u ibModalIns tance);
  6              $scope.ok  = function  (e) {
  7                   $uibM odalInstan ce.close() ;
  8                   retur n false;
  9              };
  10              $scope.nav igateToUse rGuide = f unction ()  {
  11                   $uibM odalInstan ce.close() ;
  12              };
  13              $scope.nav igateToFee dback = fu nction ()  {
  14                     var url =  'https:// DNS . URL /app/beta/ va-dod-vet eran-link# AppReviews  ';
  15                   if (! window.cor dova) {
  16                         window.ope n(url, '_b lank');
  17                   }
  18                   else  {
  19                         var ref =  cordova.In AppBrowser .open(url,  '_blank',  'location =yes,toolb ar=yes');
  20                   }
  21              };
  22        }]);
  23   });