angularjs mobile v0.1
This commit is contained in:
app
controllers
service
views
Mobile
public
js
mobile
js
mobile2
css
images
back_light.svgcall.svgchat.svgemail.svgic_action_dialog.pngic_action_mail.pngic_action_monolog.pngic_action_phone_outgoing.pngic_action_user.pngic_action_users.pngicon-back.pngnext.svgnext_blue.svg
styles.cssstyles.lessjs
lib
pics
amy_jones.jpgeugene_lee.jpggary_donovan.jpgjames_king.jpgjohn_williams.jpgjulie_taylor.jpgkathleen_byrne.jpglisa_wong.jpgpaul_jones.jpgpaula_gates.jpgray_moore.jpgsteven_wells.jpg
topcoat
css
font
LICENSE.txtSourceCodePro-Black.otfSourceCodePro-Bold.otfSourceCodePro-ExtraLight.otfSourceCodePro-Light.otfSourceCodePro-Regular.otfSourceCodePro-Semibold.otfSourceSansPro-Black.otfSourceSansPro-BlackIt.otfSourceSansPro-Bold.otfSourceSansPro-BoldIt.otfSourceSansPro-ExtraLight.otfSourceSansPro-ExtraLightIt.otfSourceSansPro-It.otfSourceSansPro-Light.otfSourceSansPro-LightIt.otfSourceSansPro-Regular.otfSourceSansPro-Semibold.otfSourceSansPro-SemiboldIt.otf
img
avatar.pngbg_dark.pngbreadcrumb.pngcheckbox_checked.pngcheckbox_checked_dark.pngcheckbox_unchecked.pngcheckbox_unchecked_dark.pngcheckmark_bw.svgdark-combo-box-bg.pngdark-combo-box-bg2x.pngdark-grips.pngdark-sprites2x.pngdialog-zone-bg.pngdrop-down-triangle-dark.pngdrop-down-triangle.pnghamburger_bw.svghamburger_dark.svghamburger_light.svglight-combo-box-bg.pnglight-combo-box-bg2x.pnglight-grips.pnglight-sprites2x.pngpop-up-triangle-dark.pngpop-up-triangle.pngsearch-bg.pngsearch-bg2x.pngsearch.svgsearch_bw.svgsearch_dark.svgsearch_light.svgspinner.pngspinner2x.png
tpl
@ -13,17 +13,12 @@ type Notebook struct {
|
||||
BaseController
|
||||
}
|
||||
|
||||
// 得到笔记本
|
||||
// 该用户下的
|
||||
func (c Notebook) GetNotebooks() {
|
||||
}
|
||||
|
||||
func (c Notebook) Index(notebook info.Notebook, i int, name string) revel.Result {
|
||||
return c.RenderJson(notebook)
|
||||
}
|
||||
|
||||
// 得到用户的所有笔记本
|
||||
func (c Notebook) getNotebooks() revel.Result {
|
||||
func (c Notebook) GetNotebooks() revel.Result {
|
||||
re := notebookService.GetNotebooks(c.GetUserId())
|
||||
return c.RenderJson(re)
|
||||
}
|
||||
|
Reference in New Issue
Block a user