https://github.com/przemyslawjanpietrzak/angular-tr-href
Directive for modify DOM table. Browse doesn't allow to put tag into tag. Angular-tr-href add with ui-sref, ng-href or href attribute to all his child tags.
https://github.com/przemyslawjanpietrzak/angular-tr-href
angular
Last synced: 5 months ago
JSON representation
Directive for modify DOM table. Browse doesn't allow to put tag into tag. Angular-tr-href add with ui-sref, ng-href or href attribute to all his child tags.
- Host: GitHub
- URL: https://github.com/przemyslawjanpietrzak/angular-tr-href
- Owner: przemyslawjanpietrzak
- License: mit
- Created: 2016-02-19T12:05:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T14:13:37.000Z (over 9 years ago)
- Last Synced: 2025-09-05T23:02:37.430Z (10 months ago)
- Topics: angular
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular tr href
Directive for modify DOM table.
Browse doesn't allow to put tag into tag.
Angular-tr-href add with ui-sref, ng-href or href attribute to all his child tags.
## Install
```
npm install
```
## Build
```
gulp
```
## Test
```
npm test
```
## How it works
### Basic use
```html
1
2
3
```
Will be modify into:
```html
```
### Different td href than tr href
```html
1
2
3
```
Will be modify into:
```html
```
### Don't append to td
````html
1
2
3
```
Will be modify into:
```html
```