Skip to content

Commit

Permalink
chore(): update loading and modal controller to use new name
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Aug 16, 2017
1 parent 315cab6 commit 5e30e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/news-list/news-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export class NewsList {
apiRootUrl: string = 'https://node-hnapi.herokuapp.com';

@Prop() storyList: any[];
@Prop({ connect: 'ion-loading-ctrl' }) loadingCtrl: LoadingController;
@Prop({ connect: 'ion-modal-ctrl' }) modalCtrl: ModalController;
@Prop({ connect: 'ion-loading-controller' }) loadingCtrl: LoadingController;
@Prop({ connect: 'ion-modal-controller' }) modalCtrl: ModalController;

@State() fakeData: any[] = [];

Expand Down

0 comments on commit 5e30e59

Please sign in to comment.