New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angular-plugins-ui-header-menu

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-plugins-ui-header-menu

``` # 需要依赖 npm install angular

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

使用方法

    # 需要依赖
    npm install angular

    # 安装
    npm install angular-plugins-ui-header-menu

    #使用

    #angular
    angular.module("app", ["ui-header-menu"]);

    #html
    <ui-header-menu ng-model="uiHeaderMenu"></ui-header-menu>

    #js
    $scope.uiHeaderMenu = {
      leftFn: function(){},
      rightFn: function(){},
      leftTitle: "rightTitle",
      rightTitle: "rightTitle",
      title: general.title
    };

FAQs

Package last updated on 01 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts