mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +00:00
Upgrade angular from 1.4.14 to 1.7.9 (#2955)
* successfully upgraded to v1.6 with $compileProvider.preAssignBindingsEnabled(true) * removed $compileProvider.preAssignBindingsEnabled(true), wrapped constructors for plot and chart inside onInit function Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
@ -87,6 +87,11 @@ define([
|
||||
bootstrapper
|
||||
);
|
||||
|
||||
// Override of angular1.6 ! hashPrefix
|
||||
app.config(['$locationProvider', function ($locationProvider) {
|
||||
$locationProvider.hashPrefix('');
|
||||
}]);
|
||||
|
||||
// Apply logging levels; this must be done now, before the
|
||||
// first log statement.
|
||||
new LogLevel(logLevel).configure(app, $log);
|
||||
|
Reference in New Issue
Block a user