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
- Host: GitHub
- URL: https://github.com/leostera/ng-board-linker
- Owner: leostera
- Created: 2013-06-30T04:01:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-04T23:14:50.000Z (about 13 years ago)
- Last Synced: 2025-03-09T17:13:12.907Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
```