Move to Angular 1.5
This has been reasonably well tested, but further testing should be done on staging. Also optimizes avatar handling to use a constant size and not 404. Fixes #1434
This commit is contained in:
parent
dc42f22b79
commit
4aab834156
19 changed files with 91 additions and 133 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="user-setup-element">
|
||||
<div class="user-setup-element-view">
|
||||
<div class="setup-logo-container" ng-show="hideLogo != 'true'">
|
||||
<img src="{{ Config.getEnterpriseLogo(true) }}">
|
||||
<img ng-src="{{ Config.getEnterpriseLogo(true) }}">
|
||||
</div>
|
||||
|
||||
<div class="user-setup-content">
|
||||
|
|
Reference in a new issue