Skip to content

Commit 926a462

Browse files
author
Leon Revill
committed
Change ascending to Descending.
1 parent 8e70a4b commit 926a462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.ctrl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ angular.module('app').controller("MainController", function(){
5050
},
5151
{
5252
id: 4,
53-
title: 'Title Ascending',
53+
title: 'Title Descending',
5454
key: 'title',
5555
reverse: true
5656
}
@@ -61,4 +61,4 @@ angular.module('app').controller("MainController", function(){
6161
vm.shows.push(vm.new);
6262
vm.new = {};
6363
};
64-
});
64+
});

0 commit comments

Comments
 (0)