How to use angular to dynamically output $scope.total number of tags.
When $scope.total = 10, there are 10 p tags
When $scope.total = 20, there are 20 p tags
某草草2017-05-15 16:58:08
You can refer to this question and generate an array yourself for ng-repeat to use