Skip to content

Commit

Permalink
Fixed few bugs !!
Browse files Browse the repository at this point in the history
  • Loading branch information
Narendra Sisodiya committed Oct 28, 2016
1 parent 38549db commit 0325702
Show file tree
Hide file tree
Showing 7 changed files with 401 additions and 288 deletions.
34 changes: 26 additions & 8 deletions dist/Example.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,34 @@ return /******/ (function(modules) { // webpackBootstrap
name: "Narendra",
age: 32,
place: "Delhi"
}, [{
task: "Write Book",
done: false
}, {
task: "Learn React",
done: true
a: [{
"task": "Write Book",
"done": false,
"created": new Date()
}, {
"task": "Learn React",
"done": true,
"created": new Date()
}, {
"task": "Buy Mobile",
"done": false,
"created": new Date()
}],
b: [{
"task": "Write Book",
"done": false,
"created": new Date()
}, {
"task": "Learn React",
"done": true,
"created": new Date()
}, {
"task": "Buy Mobile",
"done": false,
"created": new Date()
}]
}, {
task: "Buy Mobile",
done: false
}], {
dateWiseData: {
"2016-02-14": {
availableRooms: 10,
Expand Down
Loading

0 comments on commit 0325702

Please sign in to comment.