All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.js.vendor.eeh-navigation.src.menu-item-content.eeh-navigation-menu-item-content-directive.js Maven / Gradle / Ivy

The newest version!
'use strict';
angular.module('eehNavigation').directive('eehNavigationMenuItemContent', MenuItemContentDirective);

/** @ngInject */
function MenuItemContentDirective(eehNavigation) {
    return {
        restrict: 'A',
        scope: {
            menuItem: '=eehNavigationMenuItemContent'
        },
        templateUrl: 'template/eeh-navigation/menu-item-content/eeh-navigation-menu-item-content.html',
        link: function (scope) {
            scope.iconBaseClass = function () {
                return eehNavigation.iconBaseClass();
            };
        }
    };
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy