Skip to content

Commit

Permalink
Merge pull request #83 from iamisti/feature-editable-fields
Browse files Browse the repository at this point in the history
Feature editable fields
  • Loading branch information
iamisti committed Feb 28, 2016
2 parents 0649d59 + 1e278cf commit a75b1c5
Show file tree
Hide file tree
Showing 6 changed files with 480 additions and 478 deletions.
3 changes: 2 additions & 1 deletion app/modules/main/templates/largeEditDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
<h2>{{cellData.attributes.editableFieldTitle}}</h2>
<md-input-container md-no-float style="margin-bottom:0;width:100%">

<!-- TODO getting placeholder -->
<input type="text"
ng-model="cellData.value"
placeholder="color"
placeholder=""
md-maxlength="{{cellData.attributes.editableFieldMaxLength}}" />
</md-input-container>
</form>
Expand Down
3 changes: 2 additions & 1 deletion app/modules/main/templates/smallEditDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<form ng-submit="saveRow()" name="editFieldForm">
<md-input-container md-no-float style="margin-bottom:0;width:100%;">

<!-- TODO getting placeholder -->
<input type="text"
ng-model="cellData.value"
placeholder="color"
placeholder=""
md-maxlength="{{cellData.attributes.editableFieldMaxLength}}" />
</md-input-container>
</form>
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": "mdDataTable",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/iamisti/mdDataTable",
"author":"Istvan Fodor <[email protected]>",
"main": [
Expand Down
4 changes: 2 additions & 2 deletions dist/md-data-table-templates.js

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

Loading

0 comments on commit a75b1c5

Please sign in to comment.