??? ??(|)? ???? ???? ???? ??? ??? ? ????.
AngularJS ?? ???
AngularJS ??? ???? ???? ??? ? ????.
Filter | Description |
currency | ??? ?? ???? ?????. |
filter | ?? ???? ?? ??? ?????. |
??? | ???? ???? ?????. |
orderBy | ???? ???? ??? ?????. |
??? | ???? ???? ?????. |
AngularJS ?? ?
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="http://cdn.bootcss.com/angular.js/1.4.6/angular.min.js"></script> </head> <body> <div ng-app="myApp" ng-controller="personCtrl"> <p>姓名為 {{ lastName | uppercase }}</p> </div> <script> angular.module('myApp', []).controller('personCtrl', function($scope) { $scope.firstName = "John", $scope.lastName = "Doe", $scope.fullName = function() { return $scope.firstName + " " + $scope.lastName; } }); </script> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????