앵귤러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
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 58 | jQuery Mobile | 8년 전 | 2978 | ||
| 57 | jQuery Mobile | 8년 전 | 2024 | ||
| 56 | jQuery Mobile | 8년 전 | 1353 | ||
| 55 | jQuery Mobile | 8년 전 | 1546 | ||
| 54 | jQuery Mobile | 8년 전 | 2230 | ||
| 53 | jQuery Mobile | 8년 전 | 1527 | ||
| 52 | jQuery Mobile | 8년 전 | 1551 | ||
| 51 | jQuery Mobile | 8년 전 | 1420 | ||
| 50 | jQuery Mobile | 8년 전 | 1309 | ||
| 49 | jQuery Mobile | 8년 전 | 1814 | ||
| 48 | jQuery Mobile | 8년 전 | 1458 | ||
| 47 | jQuery Mobile | 8년 전 | 2014 | ||
| 46 | jQuery Mobile | 8년 전 | 1975 | ||
| 45 | jQuery Mobile | 8년 전 | 1509 | ||
| 44 | jQuery Mobile | 8년 전 | 1670 | ||
| 43 | jQuery Mobile | 8년 전 | 1783 | ||
| 42 | jQuery Mobile | 8년 전 | 1660 | ||
| 41 | jQuery Mobile | 8년 전 | 1830 | ||
| 40 | jQuery Mobile | 8년 전 | 1468 | ||
| 39 | jQuery Mobile | 8년 전 | 1628 | ||
| 38 | jQuery Mobile | 8년 전 | 2175 | ||
| 37 | jQuery Mobile | 8년 전 | 2678 | ||
| 36 | jQuery Mobile | 8년 전 | 2126 | ||
| 35 | jQuery Mobile | 8년 전 | 1514 | ||
| 34 | jQuery Mobile | 8년 전 | 2414 | ||
| 33 | AngularJS | 8년 전 | 2861 | ||
| 32 | AngularJS | 8년 전 | 2426 | ||
| 31 | AngularJS | 8년 전 | 1761 | ||
| 30 | AngularJS | 8년 전 | 2836 | ||
| 29 | AngularJS | 8년 전 | 2390 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기