angular.uppercase () 문자열을 대문자로 변환합니다.
AngularJS API
angular.uppercase () 문자열을 대문자로 변환합니다.
angular.uppercase ()
예
<div ng-app="myApp" ng-controller="myCtrl">
<p>{{ x1 }}</p>
<p>{{ x2 }}</p>
</div>
<script>
var app = angular.module('myApp', []);
app.controller('myCtrl', function($scope) {
$scope.x1 = "John";
$scope.x2 = angular.uppercase($scope.x1);
});
</script>
[전체소스]
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<body>
<div ng-app="myApp" ng-controller="myCtrl">
<p>{{ x1 }}</p>
<p>{{ x2 }}</p>
</div>
<script>
var app = angular.module('myApp', []);
app.controller('myCtrl', function($scope) {
$scope.x1 = "John";
$scope.x2 = angular.uppercase($scope.x1);
});
</script>
</body>
</html>
angular.uppercase () 문자열을 대문자로 변환합니다.
angular.uppercase ()
예
<div ng-app="myApp" ng-controller="myCtrl">
<p>{{ x1 }}</p>
<p>{{ x2 }}</p>
</div>
<script>
var app = angular.module('myApp', []);
app.controller('myCtrl', function($scope) {
$scope.x1 = "John";
$scope.x2 = angular.uppercase($scope.x1);
});
</script>
[전체소스]
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<body>
<div ng-app="myApp" ng-controller="myCtrl">
<p>{{ x1 }}</p>
<p>{{ x2 }}</p>
</div>
<script>
var app = angular.module('myApp', []);
app.controller('myCtrl', function($scope) {
$scope.x1 = "John";
$scope.x2 = angular.uppercase($scope.x1);
});
</script>
</body>
</html>
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1342 | ||
| 117 | jQuery Mobile | 8년 전 | 1591 | ||
| 116 | jQuery Mobile | 8년 전 | 1821 | ||
| 115 | jQuery Mobile | 8년 전 | 1774 | ||
| 114 | jQuery Mobile | 8년 전 | 1963 | ||
| 113 | jQuery Mobile | 8년 전 | 1873 | ||
| 112 | jQuery Mobile | 8년 전 | 2482 | ||
| 111 | jQuery Mobile | 8년 전 | 1787 | ||
| 110 | jQuery Mobile | 8년 전 | 1578 | ||
| 109 | jQuery Mobile | 8년 전 | 1738 | ||
| 108 | jQuery Mobile | 8년 전 | 1966 | ||
| 107 | jQuery Mobile | 8년 전 | 1767 | ||
| 106 | jQuery Mobile | 8년 전 | 1447 | ||
| 105 | jQuery Mobile | 8년 전 | 1742 | ||
| 104 | jQuery Mobile | 8년 전 | 2413 | ||
| 103 | jQuery Mobile | 8년 전 | 1560 | ||
| 102 | jQuery Mobile | 8년 전 | 1500 | ||
| 101 | jQuery Mobile | 8년 전 | 1685 | ||
| 100 | jQuery Mobile | 8년 전 | 1918 | ||
| 99 | jQuery Mobile | 8년 전 | 1372 | ||
| 98 | jQuery Mobile | 8년 전 | 1393 | ||
| 97 | jQuery Mobile | 8년 전 | 1654 | ||
| 96 | jQuery Mobile | 8년 전 | 1307 | ||
| 95 | jQuery Mobile | 8년 전 | 1124 | ||
| 94 | jQuery Mobile | 8년 전 | 1525 | ||
| 93 | jQuery Mobile | 8년 전 | 1146 | ||
| 92 | jQuery Mobile | 8년 전 | 1565 | ||
| 91 | jQuery Mobile | 8년 전 | 1513 | ||
| 90 | jQuery Mobile | 8년 전 | 1679 | ||
| 89 | jQuery Mobile | 8년 전 | 1664 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기