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 응용 프로그램의 "소유자"임을 알립니다.
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 88 | jQuery Mobile | 8년 전 | 1923 | ||
| 87 | jQuery Mobile | 8년 전 | 1910 | ||
| 86 | jQuery Mobile | 8년 전 | 1515 | ||
| 85 | jQuery Mobile | 8년 전 | 1825 | ||
| 84 | jQuery Mobile | 8년 전 | 1862 | ||
| 83 | jQuery Mobile | 8년 전 | 1872 | ||
| 82 | jQuery Mobile | 8년 전 | 1647 | ||
| 81 | jQuery Mobile | 8년 전 | 1366 | ||
| 80 | jQuery Mobile | 8년 전 | 1802 | ||
| 79 | jQuery Mobile | 8년 전 | 1355 | ||
| 78 | jQuery Mobile | 8년 전 | 1748 | ||
| 77 | jQuery Mobile | 8년 전 | 1775 | ||
| 76 | jQuery Mobile | 8년 전 | 1781 | ||
| 75 | jQuery Mobile | 8년 전 | 1398 | ||
| 74 | jQuery Mobile | 8년 전 | 1533 | ||
| 73 | jQuery Mobile | 8년 전 | 1243 | ||
| 72 | jQuery Mobile | 8년 전 | 1625 | ||
| 71 | jQuery Mobile | 8년 전 | 1616 | ||
| 70 | jQuery Mobile | 8년 전 | 1500 | ||
| 69 | jQuery Mobile | 8년 전 | 1506 | ||
| 68 | jQuery Mobile | 8년 전 | 2036 | ||
| 67 | jQuery Mobile | 8년 전 | 1312 | ||
| 66 | jQuery Mobile | 8년 전 | 1689 | ||
| 65 | jQuery Mobile | 8년 전 | 1180 | ||
| 64 | jQuery Mobile | 8년 전 | 1463 | ||
| 63 | jQuery Mobile | 8년 전 | 1649 | ||
| 62 | jQuery Mobile | 8년 전 | 1626 | ||
| 61 | jQuery Mobile | 8년 전 | 1871 | ||
| 60 | jQuery Mobile | 8년 전 | 1401 | ||
| 59 | jQuery Mobile | 8년 전 | 1958 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기