소스 검색

hide upload name input when no image

develop
Robin Thoni 8 년 전
부모
커밋
96d26c9f77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      public/app/views/upload.html

+ 1
- 1
public/app/views/upload.html 파일 보기

@@ -12,7 +12,7 @@
12 12
                 </p>
13 13
             </div>
14 14
 
15
-            <md-input-container class="col-xs-12">
15
+            <md-input-container class="col-xs-12" ng-show="image != null">
16 16
                 <label for="name">Name</label>
17 17
                 <input name="name" id="name" type="text" ng-model="image.name" required>
18 18
             </md-input-container>

Loading…
취소
저장