Skip to content

Commit 580a955

Browse files
committed
demo(collectionRepeat): update ng-app name
1 parent d52ded7 commit 580a955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/directive/collectionRepeat/contacts/contacts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
component: collectionRepeat
44
---
55

6-
<div ng-controller="MainCtrl" ng-app="contactsApp">
6+
<div ng-controller="MainCtrl">
77
<ion-header-bar class="bar-positive">
88
<h1 class="title">3000 Contacts B</h1>
99
<button class="button clear" ng-click="data.search = ''">Clear</button>

demos/directive/collectionRepeat/contacts/contacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: contacts
33
component: collectionRepeat
44
---
55

6-
angular.module('contactsApp', ['ionic'])
6+
angular.module('contacts', ['ionic'])
77

88
.filter('ionLetterDividers', function($parse) {
99
// Reuse letter objects for angular digest, so it can assign an id

0 commit comments

Comments
 (0)