1.3.0 • Published 11 months ago

monad-navigation v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
11 months ago

monad-navigation

Generic navigation module (menu builder) from Monad CMS.

Installation

Using NPM

$ npm install --save monad-navigation

require it in your Javascript bootstrapper and add the extra module dependency to your admin module:

require('monad-cms');
require('monad-navigation');

angular.module('myAdminModule', ['monad-cms', 'monad-navigation']);

Using Bower

$ bower install --save monad-navigation

Add a link to the script in your HTML file, after the main monad script but before your custom scripts:

<script src="bower_components/monad/dist/monad.js"></script>
<script src="bower_components/monad-navigation/dist/monad-navigation.js"></script>
<script src="myAdminBundle.js"></script>

Now register the dependency like with the NPM install:

angular.module('myAdminModule', ['monad-cms', 'monad-navigation']);
1.3.0

11 months ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago