I\'m still new to AngularJS, so I\'m just trying to do a simple CRUD app. Currently I pull the data (in a JSON file) with $http in a div handled by
$http
div
{{ expression | filter1 | filter2 }}
Just use
{{value}}
Angular 2 uses pipes, but its looks like filters:
The chained hero's birthday is {{ birthday | date:'fullDate' | uppercase}} 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
{{ birthday | date:'fullDate' | uppercase}}