<div ng-repeat="student in studentsarr | orderBy:['name','-total']">{{student.name}} {{student.total}}</div>

orderBy:['name','-total'] this sorts 'name' ascending and '-total' descending