https://github.com/hanford/ng-panel
ng-panel is an angular directive for compiling child elements
https://github.com/hanford/ng-panel
Last synced: 23 days ago
JSON representation
ng-panel is an angular directive for compiling child elements
- Host: GitHub
- URL: https://github.com/hanford/ng-panel
- Owner: hanford
- Created: 2016-06-11T21:19:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T21:55:01.000Z (over 8 years ago)
- Last Synced: 2025-03-22T15:50:03.824Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ng-panel
ng-panel is an angular directive, that watches a binded value and re-compiles the child template when the binded value changes. This is especially handy when wrapping jquery plugins. Once the binded value changes, a new scope is created and the child elements are replaced with the new values.
### Usage
```html
```