Skip to content

Commit

Permalink
upgrades angularjs to 1.7.8 for TP (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell852 authored and dangogh committed Apr 24, 2019
1 parent 5120f76 commit 488039c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Changed traffic_ops_ort.pl so that hdr_rw-<ds>.config files are compared with strict ordering and line duplication when detecting configuration changes.
- Traffic Ops (golang), Traffic Monitor, Traffic Stats are now compiled using Go version 1.11. Grove was already being compiled with this version which improves performance for TLS when RSA certificates are used.
- Issue 3476: Traffic Router returns partial result for CLIENT_STEERING Delivery Services when Regional Geoblocking or Anonymous Blocking is enabled.
- Upgraded Traffic Portal to AngularJS 1.7.8


## [3.0.0] - 2018-10-30
Expand Down
3 changes: 1 addition & 2 deletions traffic_portal/app/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ var trafficPortal = angular.module('trafficPortal', [

], App)

.config(function($stateProvider, $logProvider, $controllerProvider, RestangularProvider, momentPickerProvider, ENV) {
.config(function($stateProvider, $logProvider, RestangularProvider, momentPickerProvider, ENV) {

momentPickerProvider.options({
minutesStep: 1,
Expand All @@ -436,7 +436,6 @@ var trafficPortal = angular.module('trafficPortal', [
}
});

$controllerProvider.allowGlobals();
$logProvider.debugEnabled(true);
$stateProvider
.state('trafficPortal', {
Expand Down
10 changes: 5 additions & 5 deletions traffic_portal/bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "traffic_portal",
"dependencies": {
"angular": "1.6.4",
"angular-animate": "1.6.4",
"angular-resource": "1.6.4",
"angular-route": "1.6.4",
"angular-sanitize": "1.6.4",
"angular": "1.7.8",
"angular-animate": "1.7.8",
"angular-resource": "1.7.8",
"angular-route": "1.7.8",
"angular-sanitize": "1.7.8",
"angular-bootstrap": "0.14.3",
"angular-bootstrap-contextmenu": "1.2.1",
"angular-loading-bar": "0.8.0",
Expand Down

0 comments on commit 488039c

Please sign in to comment.