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

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.

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



1
2
3

```
### Different td href than tr href
```html


1
2
3

```
Will be modify into:
```html



1
2
3

```
### Don't append to td
````html


1
2
3

```
Will be modify into:
```html



1
2
3

```