File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ vm.products = [
2+ {
3+ "productId": 1,
4+ "productName": "Leaf Rake",
5+ "productCode": "GDN-0011",
6+ "releaseDate": "March 19, 2009",
7+ "description": "Leaf rake with 48-inch wooden handle.",
8+ "price": 19.95,
9+ "imageUrl": "http://openclipart.org/image/300px/svg_to_png/26215/Anonymous_Leaf_Rake.png"
10+ },
11+ {
12+ "productId": 2,
13+ "productName": "Garden Cart",
14+ "productCode": "GDN-0023",
15+ "releaseDate": "March 18, 2010",
16+ "description": "15 gallon capacity rolling garden cart",
17+ "price": 32.99,
18+ "imageUrl": "http://openclipart.org/image/300px/svg_to_png/58471/garden_cart.png"
19+ },
20+ {
21+ "productId": 5,
22+ "productName": "Hammer",
23+ "productCode": "TBX-0048",
24+ "releaseDate": "May 21, 2013",
25+ "description": "Curved claw steel hammer",
26+ "price": 8.99,
27+ "imageUrl": "http://openclipart.org/image/300px/svg_to_png/73/rejon_Hammer.png"
28+ }
29+ ]
You can’t perform that action at this time.
0 commit comments