Skip to content

Commit

Permalink
feature/character-list & feature/comic-list — Changed default pre-fil…
Browse files Browse the repository at this point in the history
…led search.
  • Loading branch information
jeandat committed Jul 22, 2016
1 parent 11d2c0b commit 2cec526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/character/list/character-list.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var vm = this;
vm.title = 'CharacterListController';
// Let's start with something cool ;)
vm.filter = 'Iron m';
vm.filter = 'wolverine';
vm.characters = [];
vm.searching = false;
vm.offset = 0;
Expand Down
2 changes: 1 addition & 1 deletion app/comic/list/comic-list.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var vm = this;
vm.title = 'ComicListController';
// Let's start with something cool ;)
vm.filter = 'Iron m';
vm.filter = 'son';
vm.comics = [];
vm.searching = false;
vm.offset = 0;
Expand Down

0 comments on commit 2cec526

Please sign in to comment.