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

https://github.com/leostera/ng-board-linker

simple scope linker for ng-board
https://github.com/leostera/ng-board-linker

Last synced: over 1 year ago
JSON representation

simple scope linker for ng-board

Awesome Lists containing this project

README

          

# linker
## ng-board widget

Example widget that takes whatever you push thru the socket and extends the scope object with it.

### Installation

Can be installed using `$ bower i ng-board-linker`.

### Example of use

```html

Hey! You've got {{count}} messages!

```