앵귤러js1일
앵귤러js는 자바스크립트 기반으로 만들어졌지만 자바스크립트에 대해서는 많은 정보가 없어도 사용할 수 있습니다.
자바스크립트 기반인 제이쿼리가 나올 때도 사용하기 편해서 많은 인기를 얻었는데
앵귤러js는 제이쿼리보다 더 사용하기 쉬운 것 같아요.
1. mvc(model-view-control) 기반에 클라이언트 앱을 개발 가능
2. 앵귤러js로 만들어진 앱은 어떤 브라우저에서든 작동함.
예)
<html>
<head>
<meta charset="UTF-8">
<title>앵귤러js 1일</title>
</head>
<body>
<div ng-app="">
<p>이름 : <input type="text" ng-model="name"></p>
<p><span ng-bind="name"></span></p>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
</body>
</html>
간략한 문법 구조
<div ng-app=""> 여기서부터 앵귤러가 시작됨을 의미
input 박스에 아무 글자나 입력을 하게 되면 ng-bind="name"에 출력되게 됩니다.
이것은 제이쿼리로 할 경우 소스 코드가 앵귤러js보다 많아지죠.
이 정도는 개발을 전문적으로 하지 않은 분들에게도 쉽게 다이나믹한 앱을 만들 수 있을 것 같아요
소스 다운 받는 곳
http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js
자바스크립트 기반인 제이쿼리가 나올 때도 사용하기 편해서 많은 인기를 얻었는데
앵귤러js는 제이쿼리보다 더 사용하기 쉬운 것 같아요.
1. mvc(model-view-control) 기반에 클라이언트 앱을 개발 가능
2. 앵귤러js로 만들어진 앱은 어떤 브라우저에서든 작동함.
예)
<html>
<head>
<meta charset="UTF-8">
<title>앵귤러js 1일</title>
</head>
<body>
<div ng-app="">
<p>이름 : <input type="text" ng-model="name"></p>
<p><span ng-bind="name"></span></p>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
</body>
</html>
간략한 문법 구조
<div ng-app=""> 여기서부터 앵귤러가 시작됨을 의미
input 박스에 아무 글자나 입력을 하게 되면 ng-bind="name"에 출력되게 됩니다.
이것은 제이쿼리로 할 경우 소스 코드가 앵귤러js보다 많아지죠.
이 정도는 개발을 전문적으로 하지 않은 분들에게도 쉽게 다이나믹한 앱을 만들 수 있을 것 같아요
소스 다운 받는 곳
http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 88 | jQuery Mobile | 8년 전 | 1927 | ||
| 87 | jQuery Mobile | 8년 전 | 1910 | ||
| 86 | jQuery Mobile | 8년 전 | 1516 | ||
| 85 | jQuery Mobile | 8년 전 | 1827 | ||
| 84 | jQuery Mobile | 8년 전 | 1863 | ||
| 83 | jQuery Mobile | 8년 전 | 1876 | ||
| 82 | jQuery Mobile | 8년 전 | 1647 | ||
| 81 | jQuery Mobile | 8년 전 | 1368 | ||
| 80 | jQuery Mobile | 8년 전 | 1805 | ||
| 79 | jQuery Mobile | 8년 전 | 1355 | ||
| 78 | jQuery Mobile | 8년 전 | 1750 | ||
| 77 | jQuery Mobile | 8년 전 | 1777 | ||
| 76 | jQuery Mobile | 8년 전 | 1784 | ||
| 75 | jQuery Mobile | 8년 전 | 1399 | ||
| 74 | jQuery Mobile | 8년 전 | 1536 | ||
| 73 | jQuery Mobile | 8년 전 | 1245 | ||
| 72 | jQuery Mobile | 8년 전 | 1626 | ||
| 71 | jQuery Mobile | 8년 전 | 1618 | ||
| 70 | jQuery Mobile | 8년 전 | 1501 | ||
| 69 | jQuery Mobile | 8년 전 | 1508 | ||
| 68 | jQuery Mobile | 8년 전 | 2042 | ||
| 67 | jQuery Mobile | 8년 전 | 1314 | ||
| 66 | jQuery Mobile | 8년 전 | 1690 | ||
| 65 | jQuery Mobile | 8년 전 | 1183 | ||
| 64 | jQuery Mobile | 8년 전 | 1465 | ||
| 63 | jQuery Mobile | 8년 전 | 1651 | ||
| 62 | jQuery Mobile | 8년 전 | 1630 | ||
| 61 | jQuery Mobile | 8년 전 | 1873 | ||
| 60 | jQuery Mobile | 8년 전 | 1404 | ||
| 59 | jQuery Mobile | 8년 전 | 1961 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기