AngularJS Directives(지시문)
AngularJS Directives(지시문)
AngularJS 지시문
AngularJS 지시문은 접두사가있는 확장 HTML 속성입니다 ng-.
이 ng-app지시문은 AngularJS 응용 프로그램을 초기화합니다.
이 ng-init지정 문은 응용 프로그램 데이터를 초기화합니다.
이 ng-model지시문은 HTML 컨트롤 (input, select, textarea)의 값을 응용 프로그램 데이터에 바인딩합니다.
우리의 모든 AngularJS와 지침에 대한 읽기 AngularJS와 지시어 참조 .
<div ng-app="" ng-init="firstName='John'">
<p>Name: <input type="text" ng-model="firstName"></p>
<p>You wrote: {{ firstName }}</p>
</div>
이 ng-app지시문은 또한 AngularJS에게 <div> 요소가 AngularJS 응용 프로그램의 "소유자"임을 알립니다.
AngularJS 지시문
AngularJS 지시문은 접두사가있는 확장 HTML 속성입니다 ng-.
이 ng-app지시문은 AngularJS 응용 프로그램을 초기화합니다.
이 ng-init지정 문은 응용 프로그램 데이터를 초기화합니다.
이 ng-model지시문은 HTML 컨트롤 (input, select, textarea)의 값을 응용 프로그램 데이터에 바인딩합니다.
우리의 모든 AngularJS와 지침에 대한 읽기 AngularJS와 지시어 참조 .
<div ng-app="" ng-init="firstName='John'">
<p>Name: <input type="text" ng-model="firstName"></p>
<p>You wrote: {{ firstName }}</p>
</div>
이 ng-app지시문은 또한 AngularJS에게 <div> 요소가 AngularJS 응용 프로그램의 "소유자"임을 알립니다.
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 58 | jQuery Mobile | 8년 전 | 2981 | ||
| 57 | jQuery Mobile | 8년 전 | 2024 | ||
| 56 | jQuery Mobile | 8년 전 | 1356 | ||
| 55 | jQuery Mobile | 8년 전 | 1551 | ||
| 54 | jQuery Mobile | 8년 전 | 2232 | ||
| 53 | jQuery Mobile | 8년 전 | 1533 | ||
| 52 | jQuery Mobile | 8년 전 | 1551 | ||
| 51 | jQuery Mobile | 8년 전 | 1422 | ||
| 50 | jQuery Mobile | 8년 전 | 1310 | ||
| 49 | jQuery Mobile | 8년 전 | 1815 | ||
| 48 | jQuery Mobile | 8년 전 | 1458 | ||
| 47 | jQuery Mobile | 8년 전 | 2015 | ||
| 46 | jQuery Mobile | 8년 전 | 1978 | ||
| 45 | jQuery Mobile | 8년 전 | 1509 | ||
| 44 | jQuery Mobile | 8년 전 | 1670 | ||
| 43 | jQuery Mobile | 8년 전 | 1785 | ||
| 42 | jQuery Mobile | 8년 전 | 1664 | ||
| 41 | jQuery Mobile | 8년 전 | 1832 | ||
| 40 | jQuery Mobile | 8년 전 | 1470 | ||
| 39 | jQuery Mobile | 8년 전 | 1630 | ||
| 38 | jQuery Mobile | 8년 전 | 2176 | ||
| 37 | jQuery Mobile | 8년 전 | 2678 | ||
| 36 | jQuery Mobile | 8년 전 | 2130 | ||
| 35 | jQuery Mobile | 8년 전 | 1515 | ||
| 34 | jQuery Mobile | 8년 전 | 2420 | ||
| 33 | AngularJS | 8년 전 | 2864 | ||
| 32 | AngularJS | 8년 전 | 2426 | ||
| 31 | AngularJS | 8년 전 | 1762 | ||
| 30 | AngularJS | 8년 전 | 2836 | ||
| 29 | AngularJS | 8년 전 | 2396 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기