步骤0-开始
运行meteor create chat
运行meteor add angular driftyco:ionic
添加index.html
添加app.js
第1步-聊天视图
运行meteor add fourseven:scss
添加聊天模板和CtrlController
第2步-保存邮件
添加“角流星”作为角模块
添加Messages = new Meteor.Collection('messages');
将角度流星集合分配给$ scope $scope.messages = $scope.$meteorCollection(Messages);
第3步-用户
运行meteor add accounts-password accounts-ui urigo:angular-blaze-template
添加到index.html <blaze-templat
评论0
最新资源