Skip to content
Snippets Groups Projects
Commit c70a01ae authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

left menu (samll device): remove unused profile link

parent 9bd2af77
No related branches found
No related tags found
No related merge requests found
...@@ -9,10 +9,6 @@ angular.module('cesium.es.app.controllers', ['ngResource', 'cesium.es.services'] ...@@ -9,10 +9,6 @@ angular.module('cesium.es.app.controllers', ['ngResource', 'cesium.es.services']
// Menu extension points // Menu extension points
PluginServiceProvider.extendState('app', { PluginServiceProvider.extendState('app', {
points: { points: {
'menu-profile-user': {
templateUrl: "plugins/es/templates/menu_extend.html",
controller: "ESMenuExtendCtrl"
},
'nav-buttons-right': { 'nav-buttons-right': {
templateUrl: "plugins/es/templates/menu_extend.html", templateUrl: "plugins/es/templates/menu_extend.html",
controller: "ESMenuExtendCtrl" controller: "ESMenuExtendCtrl"
......
<!-- Menu user profile -->
<ng-if ng-if="enable && extensionPoint === 'menu-profile-user'">
<h5>
<a ng-if="login" class="light"
ng-click="showUserProfile()" menu-close>
{{'MENU.USER_PROFILE' | translate}}&nbsp;<i class="ion-arrow-right-b"></i>
</a>
</h5>
</ng-if>
<!-- Main section --> <!-- Main section -->
<ng-if ng-if="enable && extensionPoint === 'nav-buttons-right'"> <ng-if ng-if="enable && extensionPoint === 'nav-buttons-right'">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment