Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

[DEPRECATED] — Top navigation bar for ovh control panel

License

Notifications You must be signed in to change notification settings

ovh-ux/ovh-angular-manager-navbar

Repository files navigation

ovh angular manager navbar

OVH components

Maintenance Chat on gitter Build Status

NPM

Example

angular.module("myapp", ["ovh-angular-manager-navbar"]).constant("UNIVERSE", "Foo");
<manager-navbar></manager-navbar>

Installation

Bower

bower install ovh-angular-manager-navbar --save

NPM

npm install ovh-angular-manager-navbar --save

Configuration

  1. Include ovh-angular-manager-navbar.less in your app.less:

@import "bower_components/ovh-angular-manager-navbar/less/ovh-angular-manager-navbar.less"

  1. Include ovh-angular-manager-navbar.min.js in your app:

<script src="bower_components/ovh-angular-manager-navbar/dist/ovh-angular-manager-navbar.min.js"></script>

  1. Add ovh-angular-manager-navbar as a new module dependency in your angular app.

var myapp = angular.module("myapp", ["ovh-angular-manager-navbar"]);

  1. Create a constant UNIVERSE

angular.module("myapp").constant("UNIVERSE", "Foo");

Get the sources

    git clone https://github.com/ovh-ux/ovh-angular-manager-navbar.git
    cd ovh-angular-manager-navbar
    npm install
    bower install

You've developed a new cool feature ? Fixed an annoying bug ? We'd be happy to hear from you !

Have a look in CONTRIBUTING.md

Run the tests

npm test

Build the documentation

grunt ngdocs

Related links

License

See https://github.com/ovh-ux/ovh-angular-manager-navbar/blob/master/LICENSE