Skip to content

Commit

Permalink
Merge 768a699 into 107138b
Browse files Browse the repository at this point in the history
  • Loading branch information
mibamur committed Dec 21, 2013
2 parents 107138b + 768a699 commit 9ceee83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Header row with titles and filters automatic generated on compilation step.
## Compatibility

For work in IE < 9 need jQuery, just add:
```
```html
<!--[if lt IE 9]>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<![endif]-->
```

Expand All @@ -35,7 +35,7 @@ For work in IE < 9 need jQuery, just add:

### v0.2.2
In functions that return data for the filters were removed `.promise`
```
```javascript
$scope.names = function(column) {
...
def.resolve(names);
Expand Down

0 comments on commit 9ceee83

Please sign in to comment.