摘要: /** * Created by Answer1215 on 11/15/2014. */module.exports = function(grunt){ grunt.initConfig({ files: ["'js'", "html"], compile: "... 阅读全文
posted @ 2014-11-15 23:02 Zhentiw 阅读(232) 评论(0) 推荐(0)
摘要: Watch is an essential component of any Grunt build, and you will find yourself using it in almost every project.How to install?1. Install grunt first ... 阅读全文
posted @ 2014-11-15 22:40 Zhentiw 阅读(235) 评论(0) 推荐(0)
摘要: getterSetter: boolean value which determines whether or not to treat functions bound to ngModel as getters/setters to have greater control over your m... 阅读全文
posted @ 2014-11-15 18:23 Zhentiw 阅读(746) 评论(0) 推荐(0)
摘要: ---恢复内容开始---ES6 is ECMAScript version 6, which JavaScript is based on. The next version of JavaScript is going to be based on version 6 of ECMAScript.... 阅读全文
posted @ 2014-11-15 07:25 Zhentiw 阅读(344) 评论(0) 推荐(0)