Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.7 distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrowhurstram committed Oct 18, 2015
1 parent 4369926 commit c18dbd8
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.0-beta.7"></a>
# 1.0.0-beta.7 (2015-10-18)


## Bug Fixes

- **ngTableParams:** reload is never triggered once reload has failed once
([4369926c](https://github.com/esvit/ng-table/commit/4369926c9dcdf37defee96436e18d02544ae2587))


<a name="1.0.0-beta.6"></a>
# 1.0.0-beta.6 (2015-10-03)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-table",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"main": [
"./dist/ng-table.min.js",
"./dist/ng-table.min.css"
Expand Down
5 changes: 3 additions & 2 deletions dist/ng-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,9 @@
* @name NgTableParams#isDataReloadRequired
* @description Return true when a change to this `NgTableParams` instance should require the reload method
* to be run so as to ensure the data presented to the user reflects the `NgTableParams`
*
* Note that this method will return false when the reload method has run but fails. In this case
* `hasErrorState` will return true.
*/
this.isDataReloadRequired = function(){
// note: using != as want to treat null and undefined the same
Expand Down Expand Up @@ -1113,8 +1116,6 @@
return data;
}).catch(function(reason){
errParamsMemento = prevParamsMemento;
prevParamsMemento = null;
isCommittedDataset = false;
// "rethrow"
return $q.reject(reason);
});
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-table.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/ng-table.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ng-table.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-table",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"author": "Vitalii Savchuk <esvit666@gmail.com>",
"license": "BSD",
"repository": {
Expand Down

0 comments on commit c18dbd8

Please sign in to comment.