Skip to content

Commit

Permalink
Step 1.9: Create chats controller
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 23, 2016
1 parent de0ae8e commit 9f43155
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/scripts/controllers/chats.controller.js
@@ -0,0 +1,6 @@
import { Controller } from 'angular-ecmascript/module-helpers';

export default class ChatsCtrl extends Controller {
}

ChatsCtrl.$name = 'ChatsCtrl';

0 comments on commit 9f43155

Please sign in to comment.