Skip to content

Commit

Permalink
rebuild v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iyel committed Jan 15, 2015
1 parent 4e6bda3 commit 0b91bb2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ng-table",
"version": "0.4.1",
"version": "0.4.2",
"main": [
"./dist/ng-table.min.js",
"./dist/ng-table.min.css"
"./dist/ng-table.min.js",
"./dist/ng-table.min.css"
],
"ignore": [
"examples",
Expand All @@ -15,4 +15,4 @@
"devDependencies": {
"angular-mocks": "~1"
}
}
}
3 changes: 2 additions & 1 deletion dist/ng-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ var ngTableController = ['$scope', 'ngTableParams', '$timeout', function ($scope
$scope.params.$params.page = 1;
}

$scope.$watch('params.$params', function (newParams, oldParams) {
$scope.$watch('[params.$params, params.data]', function (newParams, oldParams) {
$scope.params.settings().$scope = $scope;

if (!angular.equals(newParams.filter, oldParams.filter)) {
Expand Down Expand Up @@ -521,6 +521,7 @@ var ngTableController = ['$scope', 'ngTableParams', '$timeout', function ($scope
});
};
}];

/**
* ngTable: Table + Angular JS
*
Expand Down

0 comments on commit 0b91bb2

Please sign in to comment.