체크 박스
체크 박스
체크 박스에는 true또는 값이 false있습니다. ng-model지시문을 확인란에 적용하고 응용 프로그램에서 해당 값을 사용합니다.
예
확인란을 선택하면 머리글 표시 :
<form>
Check to show a header:
<input type="checkbox" ng-model="myVar">
</form>
<h1 ng-show="myVar">My Header</h1>
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<body>
<div ng-app="">
<form>
Check to show a header:
<input type="checkbox" ng-model="myVar">
</form>
<h1 ng-show="myVar">My Header</h1>
</div>
<p>The header's ng-show attribute is set to true when the checkbox is checked.</p>
</body>
</html>
체크 박스에는 true또는 값이 false있습니다. ng-model지시문을 확인란에 적용하고 응용 프로그램에서 해당 값을 사용합니다.
예
확인란을 선택하면 머리글 표시 :
<form>
Check to show a header:
<input type="checkbox" ng-model="myVar">
</form>
<h1 ng-show="myVar">My Header</h1>
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<body>
<div ng-app="">
<form>
Check to show a header:
<input type="checkbox" ng-model="myVar">
</form>
<h1 ng-show="myVar">My Header</h1>
</div>
<p>The header's ng-show attribute is set to true when the checkbox is checked.</p>
</body>
</html>
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 28 | 반응형웹 | 9년 전 | 4485 | ||
| 27 | 반응형웹 | 9년 전 | 7555 | ||
| 26 | 부트스트랩 |
|
10년 전 | 14829 | |
| 25 | 부트스트랩 |
|
10년 전 | 9420 | |
| 24 | 표준화 | 11년 전 | 8290 | ||
| 23 | 반응형웹 | 12년 전 | 13486 | ||
| 22 | 표준화 | 12년 전 | 9461 | ||
| 21 | 표준화 | 12년 전 | 16749 | ||
| 20 | 반응형웹 | 12년 전 | 19684 | ||
| 19 | 반응형웹 | 12년 전 | 30998 | ||
| 18 | 반응형웹 | 12년 전 | 36481 | ||
| 17 | 표준화 | 12년 전 | 12899 | ||
| 16 | 반응형웹 | 13년 전 | 29299 | ||
| 15 | 반응형웹 | 13년 전 | 11836 | ||
| 14 | 반응형웹 | 13년 전 | 31746 | ||
| 13 | 반응형웹 | 13년 전 | 29731 | ||
| 12 | 반응형웹 | 13년 전 | 39239 | ||
| 11 | 반응형웹 | 13년 전 | 50626 | ||
| 10 | 반응형웹 | 13년 전 | 32776 | ||
| 9 | 표준화 | 13년 전 | 9153 | ||
| 8 | 표준화 | 13년 전 | 11224 | ||
| 7 | 표준화 | 13년 전 | 9163 | ||
| 6 | 표준화 | 13년 전 | 11126 | ||
| 5 | 표준화 | 13년 전 | 11231 | ||
| 4 | 표준화 | 13년 전 | 14707 | ||
| 3 | 표준화 | 13년 전 | 8059 | ||
| 2 | 표준화 | 13년 전 | 10168 | ||
| 1 | 표준화 | 13년 전 | 11897 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기