Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hjzheng/angular-mega-menu

Base on angular-ui/bootstrap and geedmo/yamm3
https://github.com/hjzheng/angular-mega-menu

angular-ui angularjs mega-menu

Last synced: 27 days ago
JSON representation

Base on angular-ui/bootstrap and geedmo/yamm3

Awesome Lists containing this project

README

        

# angular-mega-menu

This is angular mega menu, base on [angular-ui/bootstrap](https://github.com/angular-ui/bootstrap) dropdown directive and [geedmo/yamm3](https://github.com/geedmo/yamm3).

Angular mega menu is extend from dropdown directive, so you use it just like using dropdown directive.

### How to Use
- Include JavaScript and CSS.

```html

```

- Configure angular module

```js
angular.module('test', ['mega-menu']);
```

- Use bootstrap-ui dropdown directive
- Use dropdown directive.
- **Set `toggle-event` attribute, default value is `'click'`, you can set value `'mouseover'`.**

```html
...


...
```
### Example

Please visit http://get-set.cn/angular-mega-menu/

### How to extend angular directive

You can refer [Experiment: Decorating Directives](http://angular-tips.com/blog/2013/09/experiment-decorating-directives/) or [My Note](https://github.com/hjzheng/CUF_meeting_knowledge_share/issues/34)