嗨,我在我的應用程序中實現Grunt,但我得到控制器是未定義的錯誤。我試過,但我沒有找到任何解決方案請幫我解決這個問題。得到undefined使用Grunt.js
commonModule.exports = function(grunt) {grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),});grunt.loadNpmTasks('grunt-contrib-jshint');grunt.loadNpmTasks('grunt-contrib-concat');grunt.loadNpmTasks('grunt-contrib-uglify');grunt.loadNpmTasks('grunt-ng-annotate'); grunt.registerTask('test'['jshint','ngAnnotate','concat','uglify']);ngAnnotate: {
options: {
singleQuotes: true
}app: {
files: {
'login/js/login-controller.js',
}
}}concat: {
js: { //target
src: ['login/js/login-controller.js'],
'login/js/login-controller.js',
}}};
先拆串入郵件和數量,比使用regexe(搜索互聯網)和使用測試(返回布爾)礦石匹配(返回匹配)。電子郵件的regExe非常頑固。你可以自己寫,但我不會。 – TEST
添加小提琴代碼和固定的語法和格式 – Raghuveer
看到我的小提琴 – chaitanya