diff --git a/build/ng-grid.debug.js b/build/ng-grid.debug.js
index b4f84ec292..daf3406b43 100644
--- a/build/ng-grid.debug.js
+++ b/build/ng-grid.debug.js
@@ -2,7 +2,7 @@
* ng-grid JavaScript Library
* Authors: https://github.com/angular-ui/ng-grid/blob/master/README.md
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
-* Compiled At: 04/08/2015 14:57
+* Compiled At: 06/19/2015 10:12
***********************************************/
(function(window, $) {
'use strict';
@@ -346,12 +346,8 @@ angular.module('ngGrid.services').factory('$domUtilityService',['$utilityService
for (var i = 0; i < cols.length; i++) {
var col = cols[i];
if (col.visible !== false) {
- var rightPad = 0;
- if ((i === cols.length - 1) && (sumWidth + col.width < grid.elementDims.rootMaxW)) {
- rightPad = grid.elementDims.rootMaxW - sumWidth - col.width;
- }
- css += "." + gridId + " .col" + i + " { width: " + (col.width + rightPad) + "px; left: " + sumWidth + "px; height: " + rowHeight + "px }" +
- "." + gridId + " .colt" + i + " { width: " + (col.width + rightPad) + "px; }";
+ css += "." + gridId + " .col" + i + " { width: " + col.width + "px; left: " + sumWidth + "px; height: " + rowHeight + "px }" +
+ "." + gridId + " .colt" + i + " { width: " + col.width + "px; }";
sumWidth += col.width;
}
}
@@ -3830,22 +3826,34 @@ angular.module('ngGrid').run(['$templateCache', function($templateCache) {
'use strict';
$templateCache.put('aggregateTemplate.html',
- "
\n" +
- "
{{row.label CUSTOM_FILTERS}} ({{row.totalChildren()}} {{AggItemsLabel}})\n" +
- "
\n" +
- "
\n"
+ "\r" +
+ "\n" +
+ "
{{row.label CUSTOM_FILTERS}} ({{row.totalChildren()}} {{AggItemsLabel}})\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n"
);
$templateCache.put('cellEditTemplate.html',
- "\n" +
- "\t
\t\n" +
- "\t\tDISPLAY_CELL_TEMPLATE\n" +
- "\t
\n" +
- "\t
\n" +
- "\t\tEDITABLE_CELL_TEMPLATE\n" +
- "\t
\n" +
- "
\n"
+ "\r" +
+ "\n" +
+ "\t
\t\r" +
+ "\n" +
+ "\t\tDISPLAY_CELL_TEMPLATE\r" +
+ "\n" +
+ "\t
\r" +
+ "\n" +
+ "\t
\r" +
+ "\n" +
+ "\t\tEDITABLE_CELL_TEMPLATE\r" +
+ "\n" +
+ "\t
\r" +
+ "\n" +
+ "
\r" +
+ "\n"
);
@@ -3870,110 +3878,192 @@ angular.module('ngGrid').run(['$templateCache', function($templateCache) {
$templateCache.put('footerTemplate.html',
- "\n"
+ "\r" +
+ "\n"
);
$templateCache.put('gridTemplate.html',
- "\n" +
- "
\n" +
- "
{{i18n.ngGroupPanelDescription}}
\n" +
- "
0\" class=\"ngGroupList\">\n" +
- " - \n" +
- " \n" +
- " {{group.displayName}}\n" +
- " x\n" +
- " \n" +
- " \n" +
- " \n" +
- "
\n" +
- "
\n" +
- "
\n" +
- " \n" +
- "
\n" +
- "
\n" +
- "\n" +
- "\n"
+ "\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
{{i18n.ngGroupPanelDescription}}
\r" +
+ "\n" +
+ "
0\" class=\"ngGroupList\">\r" +
+ "\n" +
+ " - \r" +
+ "\n" +
+ " \r" +
+ "\n" +
+ " {{group.displayName}}\r" +
+ "\n" +
+ " x\r" +
+ "\n" +
+ " \r" +
+ "\n" +
+ " \r" +
+ "\n" +
+ " \r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ " \r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "\r" +
+ "\n"
);
$templateCache.put('headerCellTemplate.html',
- "\n" +
- " \n" +
- "
\n" +
- "
\n" +
- "
{{col.sortPriority}}
\n" +
- "
\n" +
- "
\n" +
- "\n"
+ "\r" +
+ "\n" +
+ " \r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
{{col.sortPriority}}
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "
\r" +
+ "\n" +
+ "\r" +
+ "\n"
);
$templateCache.put('headerRowTemplate.html',
- "