Skip to content

Commit

Permalink
Completed loadOnInit #131
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Zizzamia committed May 4, 2015
1 parent 03f4075 commit f53cd94
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,10 @@
## Changelog

### v0.5.3 (master, released on April 6th 2015)
### v0.5.4 (master, released on May 4th 2015)
#### Features
- Document and refactoring of loadOnInit on server side table [#131](https://github.com/Zizzamia/ng-tasty/issues/131)

### v0.5.3 (released on April 6th 2015)
#### Features
- Add show all to table pagination [#121](https://github.com/Zizzamia/ng-tasty/issues/121)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "ng-tasty",
"version": "0.5.3",
"version": "0.5.4",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ng-tasty",
"version": "0.5.3",
"version": "0.5.4",
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion website/static/js/pages/app.js
Expand Up @@ -7,7 +7,7 @@ angular.module('myApp.pages.app', [])
$window.ga('send', 'pageview', { page: '/ng-tasty' + $location.path() });
});
}
$rootScope.version = '0.5.3';
$rootScope.version = '0.5.4';

$scope.showDownloadModal = function() {
modalInstance = $modal.open({
Expand Down

0 comments on commit f53cd94

Please sign in to comment.