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

Folders and files

NameName
Last commit message
Last commit date
Aug 3, 2018
Aug 3, 2018
Nov 7, 2017
Jul 10, 2017
Jun 23, 2017
Jun 23, 2017
Jun 22, 2017
Jun 22, 2017
Aug 3, 2018
Jan 2, 2018
Jun 22, 2017
Jan 2, 2018
Nov 7, 2017
Jun 22, 2017
Jun 22, 2017
Aug 3, 2018
Aug 3, 2018

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