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.
| # | 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 |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 44 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 | }); |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.