We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52ded7 commit 580a955Copy full SHA for 580a955
demos/directive/collectionRepeat/contacts/contacts.html
@@ -3,7 +3,7 @@
3
component: collectionRepeat
4
---
5
6
-<div ng-controller="MainCtrl" ng-app="contactsApp">
+<div ng-controller="MainCtrl">
7
<ion-header-bar class="bar-positive">
8
<h1 class="title">3000 Contacts B</h1>
9
<button class="button clear" ng-click="data.search = ''">Clear</button>
demos/directive/collectionRepeat/contacts/contacts.js
@@ -3,7 +3,7 @@ name: contacts
-angular.module('contactsApp', ['ionic'])
+angular.module('contacts', ['ionic'])
.filter('ionLetterDividers', function($parse) {
// Reuse letter objects for angular digest, so it can assign an id
0 commit comments