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

Commit

Permalink
It works here ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Feb 27, 2015
1 parent e454c0e commit 4a9f7ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion demo/app/scripts/services/sample.js
Expand Up @@ -48,7 +48,10 @@ angular.module('angularGanttDemoApp')
{name: 'Sprint 1', tooltips: false, tasks: [
{name: 'Product list view', color: '#F1C232', from: new Date(2013, 9, 21, 8, 0, 0), to: new Date(2013, 9, 25, 15, 0, 0),
progress: 25}
]},
], 'columnContents': {
'from': '<a href="http://www.google.com">{{getValue()}}</a>'
}
},
{name: 'Sprint 2', tasks: [
{name: 'Order basket', color: '#F1C232', from: new Date(2013, 9, 28, 8, 0, 0), to: new Date(2013, 10, 1, 15, 0, 0)}
]},
Expand Down
5 changes: 4 additions & 1 deletion demo/dist/scripts/scripts.js
Expand Up @@ -505,7 +505,10 @@ angular.module('angularGanttDemoApp')
{name: 'Sprint 1', tooltips: false, tasks: [
{name: 'Product list view', color: '#F1C232', from: new Date(2013, 9, 21, 8, 0, 0), to: new Date(2013, 9, 25, 15, 0, 0),
progress: 25}
]},
], 'columnContents': {
'from': '<a href="http://www.google.com">{{getValue()}}</a>'
}
},
{name: 'Sprint 2', tasks: [
{name: 'Order basket', color: '#F1C232', from: new Date(2013, 9, 28, 8, 0, 0), to: new Date(2013, 10, 1, 15, 0, 0)}
]},
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/table.md
Expand Up @@ -72,7 +72,7 @@ Display a table on the side with fully customizable columns count and data.
'columnContents': {
'model.name': '...',
'from': '...',
'to': '...',
'to': '...'
}
}

Expand Down

0 comments on commit 4a9f7ba

Please sign in to comment.