文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
其它
8.3. 其它
时间戳格式化 `date` :
<div ng-controller="TestCtrl">
{ { a | date: 'yyyy-MM-dd HH:mm:ss' } }
</div>
<script type="text/javascript">
var TestCtrl = function($scope){
$scope.a = ((new Date().valueOf()));
}
angular.bootstrap(document.documentElement);
</script>
列表截取 `limitTo` ,支持正负数:
{ { [1,2,3,4,5] | limitTo: 2 } }
{ { [1,2,3,4,5] | limitTo: -3 } }
大小写 `lowercase` , `uppercase` :
{ { 'abc' | uppercase } }
{ { 'Abc' | lowercase } }
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论