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 응용 프로그램의 "소유자"임을 알립니다.
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1339 | ||
| 117 | jQuery Mobile | 8년 전 | 1589 | ||
| 116 | jQuery Mobile | 8년 전 | 1816 | ||
| 115 | jQuery Mobile | 8년 전 | 1774 | ||
| 114 | jQuery Mobile | 8년 전 | 1960 | ||
| 113 | jQuery Mobile | 8년 전 | 1872 | ||
| 112 | jQuery Mobile | 8년 전 | 2482 | ||
| 111 | jQuery Mobile | 8년 전 | 1785 | ||
| 110 | jQuery Mobile | 8년 전 | 1578 | ||
| 109 | jQuery Mobile | 8년 전 | 1736 | ||
| 108 | jQuery Mobile | 8년 전 | 1964 | ||
| 107 | jQuery Mobile | 8년 전 | 1766 | ||
| 106 | jQuery Mobile | 8년 전 | 1445 | ||
| 105 | jQuery Mobile | 8년 전 | 1740 | ||
| 104 | jQuery Mobile | 8년 전 | 2407 | ||
| 103 | jQuery Mobile | 8년 전 | 1558 | ||
| 102 | jQuery Mobile | 8년 전 | 1499 | ||
| 101 | jQuery Mobile | 8년 전 | 1681 | ||
| 100 | jQuery Mobile | 8년 전 | 1916 | ||
| 99 | jQuery Mobile | 8년 전 | 1372 | ||
| 98 | jQuery Mobile | 8년 전 | 1391 | ||
| 97 | jQuery Mobile | 8년 전 | 1653 | ||
| 96 | jQuery Mobile | 8년 전 | 1307 | ||
| 95 | jQuery Mobile | 8년 전 | 1124 | ||
| 94 | jQuery Mobile | 8년 전 | 1522 | ||
| 93 | jQuery Mobile | 8년 전 | 1146 | ||
| 92 | jQuery Mobile | 8년 전 | 1563 | ||
| 91 | jQuery Mobile | 8년 전 | 1510 | ||
| 90 | jQuery Mobile | 8년 전 | 1678 | ||
| 89 | jQuery Mobile | 8년 전 | 1663 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기