Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Release 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Jun 18, 2015
1 parent 99dbf26 commit 93635ac
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Unosquare.Tubular.Sample/ui/tubular/tubular-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ angular.module('a8m.group-by', ['a8m.filter-watcher'])
/**
* @ngdoc module
* @name tubular
* @version 0.9.16
* @version 0.9.17
*
* @description
* Tubular module. Entry point to get all the Tubular functionality.
Expand Down Expand Up @@ -3552,7 +3552,6 @@ angular.module('a8m.group-by', ['a8m.filter-watcher'])
var finalVal = '';
for (var j = 0; j < row.length; j++) {
if (!visibility[j]) {
console.log("Escape", j);
continue;
}

Expand Down
2 changes: 1 addition & 1 deletion Unosquare.Tubular.Sample/ui/tubular/tubular-bundle.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Unosquare.Tubular/Javascript/tubular-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ angular.module('a8m.group-by', ['a8m.filter-watcher'])
/**
* @ngdoc module
* @name tubular
* @version 0.9.16
* @version 0.9.17
*
* @description
* Tubular module. Entry point to get all the Tubular functionality.
Expand Down
2 changes: 1 addition & 1 deletion Unosquare.Tubular/Javascript/tubular/tubular.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* @ngdoc module
* @name tubular
* @version 0.9.16
* @version 0.9.17
*
* @description
* Tubular module. Entry point to get all the Tubular functionality.
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": "tubular",
"version": "0.9.16",
"version": "0.9.17",
"description": "A set of AngularJS directives and designed to rapidly build modern web applications.",
"homepage": "http://unosquare.github.io/tubular",
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions dist/tubular-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ angular.module('a8m.group-by', ['a8m.filter-watcher'])
/**
* @ngdoc module
* @name tubular
* @version 0.9.16
* @version 0.9.17
*
* @description
* Tubular module. Entry point to get all the Tubular functionality.
Expand Down Expand Up @@ -3552,7 +3552,6 @@ angular.module('a8m.group-by', ['a8m.filter-watcher'])
var finalVal = '';
for (var j = 0; j < row.length; j++) {
if (!visibility[j]) {
console.log("Escape", j);
continue;
}

Expand Down
3 changes: 1 addition & 2 deletions dist/tubular-bundle.min.js

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,7 +1,7 @@
{
"name": "tubular",
"filename": "tubular-bundle.min.js",
"version": "0.9.16",
"version": "0.9.17",
"description": "A set of AngularJS directives and designed to rapidly build modern web applications.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 93635ac

Please sign in to comment.