Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

Update documentation in chat-detail.html #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions templates/chat-detail.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--
This template loads for the 'tab.friend-detail' state (app.js)
'friend' is a $scope variable created in the FriendsCtrl controller (controllers.js)
The FriendsCtrl pulls data from the Friends service (service.js)
The Friends service returns an array of friend data
This template loads for the 'tab.chat-detail' state (app.js)
'chat' is a $scope variable created in the ChatDetailCtrl controller (controllers.js)
The ChatsCtrl pulls data from the Chats service (service.js)
The Chat service returns an array of chat data
-->
<ion-view view-title="{{chat.name}}">
<ion-content class="padding">
Expand Down