앵귤러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
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1333 | ||
| 117 | jQuery Mobile | 8년 전 | 1588 | ||
| 116 | jQuery Mobile | 8년 전 | 1808 | ||
| 115 | jQuery Mobile | 8년 전 | 1772 | ||
| 114 | jQuery Mobile | 8년 전 | 1959 | ||
| 113 | jQuery Mobile | 8년 전 | 1869 | ||
| 112 | jQuery Mobile | 8년 전 | 2479 | ||
| 111 | jQuery Mobile | 8년 전 | 1782 | ||
| 110 | jQuery Mobile | 8년 전 | 1574 | ||
| 109 | jQuery Mobile | 8년 전 | 1733 | ||
| 108 | jQuery Mobile | 8년 전 | 1959 | ||
| 107 | jQuery Mobile | 8년 전 | 1763 | ||
| 106 | jQuery Mobile | 8년 전 | 1443 | ||
| 105 | jQuery Mobile | 8년 전 | 1738 | ||
| 104 | jQuery Mobile | 8년 전 | 2403 | ||
| 103 | jQuery Mobile | 8년 전 | 1552 | ||
| 102 | jQuery Mobile | 8년 전 | 1495 | ||
| 101 | jQuery Mobile | 8년 전 | 1677 | ||
| 100 | jQuery Mobile | 8년 전 | 1912 | ||
| 99 | jQuery Mobile | 8년 전 | 1365 | ||
| 98 | jQuery Mobile | 8년 전 | 1389 | ||
| 97 | jQuery Mobile | 8년 전 | 1648 | ||
| 96 | jQuery Mobile | 8년 전 | 1302 | ||
| 95 | jQuery Mobile | 8년 전 | 1124 | ||
| 94 | jQuery Mobile | 8년 전 | 1519 | ||
| 93 | jQuery Mobile | 8년 전 | 1141 | ||
| 92 | jQuery Mobile | 8년 전 | 1562 | ||
| 91 | jQuery Mobile | 8년 전 | 1509 | ||
| 90 | jQuery Mobile | 8년 전 | 1677 | ||
| 89 | jQuery Mobile | 8년 전 | 1657 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기