| 
									
										
										
										
											2017-05-12 10:17:27 +02:00
										 |  |  | <h1> | 
					
						
							| 
									
										
										
										
											2017-06-21 15:25:18 +02:00
										 |  |  |     {{obj.title}} | 
					
						
							|  |  |  |     <img class="icon" src="/api/good/availablity/{{obj.id}}"/> | 
					
						
							|  |  |  |     <a class="ui icon button mini right floated" ui-sref="item-add({productid: obj.id})"><i class="icon plus"></i></a> | 
					
						
							| 
									
										
										
										
											2017-05-12 10:17:27 +02:00
										 |  |  | </h1> | 
					
						
							| 
									
										
										
										
											2017-04-07 15:05:56 +02:00
										 |  |  | <table class="ui table very basic"> | 
					
						
							| 
									
										
										
										
											2017-06-21 15:25:18 +02:00
										 |  |  |     <tr> | 
					
						
							|  |  |  |         <td>Product ID</td> | 
					
						
							|  |  |  |         <td>{{obj.id}}</td> | 
					
						
							|  |  |  |     </tr> | 
					
						
							|  |  |  |     <tr> | 
					
						
							|  |  |  |         <td>Count</td> | 
					
						
							|  |  |  |         <td>{{list.length}}</td> | 
					
						
							|  |  |  |     </tr> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:56:35 +02:00
										 |  |  | </table> | 
					
						
							| 
									
										
										
										
											2017-05-12 10:17:27 +02:00
										 |  |  | <h2>Goods of this product</h2> | 
					
						
							| 
									
										
										
										
											2017-06-21 15:25:18 +02:00
										 |  |  | <div class="ui warning message" ng-if="list.length <= 0"> | 
					
						
							|  |  |  |     <p>There are no goods for this product.</p> | 
					
						
							| 
									
										
										
										
											2017-05-12 11:54:59 +02:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2017-04-07 15:05:56 +02:00
										 |  |  | <table class="ui table list" ng-if="list.length > 0"> | 
					
						
							| 
									
										
										
										
											2017-06-21 15:25:18 +02:00
										 |  |  |     <thead> | 
					
						
							| 
									
										
										
										
											2017-04-07 15:05:56 +02:00
										 |  |  |     <tr> | 
					
						
							| 
									
										
										
										
											2017-06-21 15:25:18 +02:00
										 |  |  |         <th>Status of Freshness</th> | 
					
						
							|  |  |  |         <th>Location</th> | 
					
						
							|  |  |  |         <th>Comment</th> | 
					
						
							|  |  |  |         <th></th> | 
					
						
							| 
									
										
										
										
											2017-04-07 15:05:56 +02:00
										 |  |  |     </tr> | 
					
						
							| 
									
										
										
										
											2017-06-21 15:25:18 +02:00
										 |  |  |     </thead> | 
					
						
							|  |  |  |     <tbody> | 
					
						
							| 
									
										
										
										
											2017-04-07 15:05:56 +02:00
										 |  |  |     <tr ng-repeat="item in list"> | 
					
						
							| 
									
										
										
										
											2017-06-21 15:25:18 +02:00
										 |  |  |         <td><img class="icon" ng-src="{{'/api/good/freshness/'+item.id| reloadSrc}}"/></td> | 
					
						
							|  |  |  |         <td>{{item.position}}</td> | 
					
						
							|  |  |  |         <td>{{item.comment}}</td> | 
					
						
							|  |  |  |         <td><a class="ui icon button mini" ng-click="delete(item.id)"><i class="trash icon"></i></a></td> | 
					
						
							| 
									
										
										
										
											2017-04-07 15:05:56 +02:00
										 |  |  |     </tr> | 
					
						
							| 
									
										
										
										
											2017-06-21 15:25:18 +02:00
										 |  |  |     </tbody> | 
					
						
							| 
									
										
										
										
											2017-04-07 15:05:56 +02:00
										 |  |  | </table> |