diff --git a/demos/directive/collectionRepeat/contacts/contacts.html b/demos/directive/collectionRepeat/contacts/contacts.html index e2e07b7dbeb..280099cf0a9 100644 --- a/demos/directive/collectionRepeat/contacts/contacts.html +++ b/demos/directive/collectionRepeat/contacts/contacts.html @@ -3,7 +3,7 @@ component: collectionRepeat --- -
+

3000 Contacts B

diff --git a/demos/directive/collectionRepeat/contacts/contacts.js b/demos/directive/collectionRepeat/contacts/contacts.js index 1eb55da39af..1bf667d77f4 100644 --- a/demos/directive/collectionRepeat/contacts/contacts.js +++ b/demos/directive/collectionRepeat/contacts/contacts.js @@ -3,7 +3,7 @@ name: contacts component: collectionRepeat --- -angular.module('contactsApp', ['ionic']) +angular.module('contacts', ['ionic']) .filter('ionLetterDividers', function($parse) { // Reuse letter objects for angular digest, so it can assign an id