使用 ionic 附带的 ngResource 时需要在 index.html 中加上
|
否则会报错
另外,官方文档中关于使用popover独立 html 模板的格式有点小问题:
|
需改为
|
否则会无法找到对应 template 而产生Error: popoverEle[0] is undefined
And it's turtles all the way down...
使用 ionic 附带的 ngResource 时需要在 index.html 中加上
|
否则会报错
另外,官方文档中关于使用popover独立 html 模板的格式有点小问题:
|
需改为
|
否则会无法找到对应 template 而产生Error: popoverEle[0] is undefined
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true