Skip to content

Commit

Permalink
demo(collectionRepeat): update ng-app name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Mar 5, 2015
1 parent d52ded7 commit 580a955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/directive/collectionRepeat/contacts/contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
component: collectionRepeat
---

<div ng-controller="MainCtrl" ng-app="contactsApp">
<div ng-controller="MainCtrl">
<ion-header-bar class="bar-positive">
<h1 class="title">3000 Contacts B</h1>
<button class="button clear" ng-click="data.search = ''">Clear</button>
Expand Down
2 changes: 1 addition & 1 deletion demos/directive/collectionRepeat/contacts/contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 580a955

Please sign in to comment.