【AngularJs】---"Error: [ng:areq] Argument 'fn' is not a function, got Object"

项目中把controller、service抽取出来

一步一步没有报错

index那里加 <script src="js/controllers/XXController.js"></script>就报错了

【原因】

我抽取出来的controller头部也这样写了

angular.module(‘gflt.controllers‘, [])

正确写法

angular.module(‘gflt.controllers‘)

【AngularJs】---"Error: [ng:areq] Argument 'fn' is not a function, got Object"

时间: 2024-11-10 01:10:22

【AngularJs】---"Error: [ng:areq] Argument 'fn' is not a function, got Object"的相关文章

Error: [ng:areq] Argument &#39;LoginCtrl&#39; is not a function, got undefined

"LoginCtrl'"该控制器也定义了 改为以下 最后发现: Error: [ng:areq] Argument 'LoginCtrl' is not a function, got undefined

【AngularJs】---Error: [$injector:modulerr] Failed to instantiate module starter.services

[遇到问题解决问题,原谅我这个菜鸟] 加了services angular.module('starter', ['ionic', 'starter.controllers', 'starter.services']) 出现下面问题 [原因] index.html没有引入services.js ~~~~(>_<)~~~~

angular min js 118 Error ng areq http //errors angularjs

1.错误描述 angular.min.js:118 Error: [ng:areq] http://errors.angularjs.org/1.5.8/ng/areq?p0=username&p1=not%20a%20function%2C%20got%20undefined at Error (native) at http://127.0.0.1:8020/AngularJS/js/angular.min.js:6:412 at sb (http://127.0.0.1:8020/Angu

Error: [ng:areq]

错误描述:Error: [ng:areq] http://errors.angularjs.org/1.4.8/ng/areq?p0=HelloCtrl&p1=not%20a%20function%2C%20got%20undefined at Error (native)    at http://localhost:8080/web/rs/angular.min.js:1:503    at qb (http://localhost:8080/web/rs/angular.min.js:1:

【转载】 ERROR 1045 (28000): Access denied for user [email&#160;protected] (using password: NO)

来自:http://www.jb51.net/LINUXjishu/10981.html 错误描述: Mysql中添加用户之后可能出现登录时提示ERROR 1045 (28000): Access denied for user的错误.删除user.user中值为NULL的,或更新NULL为test 1)delete from user where user is NULL 2)update user set user='test' where user is NULL.意外的情况: 如果上述方

【AngularJS】AngularJS 教程

AngularJS通过新的属性和表达式扩展了HTML.------------->扩展HTML属性 AngularJS可以构建一个单页面应用程序(SPAs: Single Page Applications). AngularJS表达式 AngularJS 使用 表达式 把数据绑定到HTML. AngularJS表达式 写在双大括号内: {{ expression }}. AngularJS表达式 把数据绑定到HTML,这与ng-bind指令有异曲同工之妙. AnguarJS表达式 将在表达式书

【SVN】Error running context: 由于目标计算机积极拒绝,无法连接

今天在准备搭建一个SVN服务器(SVN服务器搭建和使用),在导入数据的时候遇到问题也是这篇博客的主题,"Error running context: 由于目标计算机积极拒绝,无法连接". 一出现问题,自己想的就是再重新走一遍流程,看看是不是哪里弄错了.之后确认不是这个错误:转去百度查找问题解决办法了.看了很多办法(解决办法1)(解决办法2),差不多的回答都是那几点: 1windows自带的或用户自己安装的防火墙屏蔽了相应的端口 2客户端主机由于路由等原因无法连接到svn服务器主机 3客

【centos】 error: command &#39;gcc&#39; failed with exit status 1

原文连接http://blog.csdn.net/fenglifeng1987/article/details/38057193 用安装Python模块出现error: command 'gcc' failed with exit status 1 ,明明装了gcc的,怎么会不行呢,然后发觉是failed不是not found,这说明这个错误个gcc没多大关系,应该是缺少某些功能模块,然后谷歌了一下,先后安装了python-devel,libffi-devel后还是不行,最后发觉要安装opens

【LR11】Error -27796: Failed to connect to server"server:port": [10060] Connection timed out错误解决办法

  场景描述:被测系统是发布在远程服务器上的,假设IP是10.10.10.10,端口是8066,那么访问地址是http://10.10.10.10:8066/,在control机器上我设置了IP欺骗. 错误现象:在场景运行时出现大量Action.c(8): Error -27796: Failed to connect to server"server:port": [10060] Connection timed out错误. 官方的troubleshooting: 查看工具的tro