Project

General

Profile

« Previous | Next » 

Revision 57147

fixed problem on missing item

View differences:

detail.html
29 29

  
30 30
</section>
31 31

  
32

  
32 33
<section ng-show="item">
33 34

  
34 35

  
36
    <div ng-show='nf'>
37
        <div class="row">
38
            <div class="col-lg-7 col-lg-offset-1">
39
                    <div class="row" style="margin-bottom: 5px">
40
                        <div class="col-lg-12">
41
                            <h4>Error: Item not found </h4>
42
                        </div>
43
                    </div>
44
            </div>
45
        </div>
46
    </div>
47

  
48
    <div ng-hide='nf'>
35 49
    <div>
36 50
        <div class="row">
37 51

  
......
239 253
            </div>
240 254
        </div>
241 255
    </div>
256
    </div>
242 257
</section>
243 258
<script>
244 259
        $("#share").jsSocials({

Also available in: Unified diff