angular-google-maps,undefined不是一个函数

时间:2014-11-11 14:51:20

标签: angularjs google-maps angular-google-maps

我有一些问题需要在我的网站上使用angular-google-maps。

在包含所需的库(googleapis / lodash.js / angular-google-maps.min.js)之后,我无法配置该应用。

我添加了google-maps'到app模块,像这样:

var app = angular.module('app', ['iso.directives', 'ngSanitize', 'ui.select', 'facebook', 'google-maps'.ns()]);

我收到了," undefined不是一个功能"错误。

我按照https://angular-ui.github.io/angular-google-maps/#!/use

中的教程进行操作

我已经看过这个(.ns() undefined in google angular maps directive)帖子,但没有帮助。

任何人都可以帮助我吗?

谢谢!

1 个答案:

答案 0 :(得分:1)

看起来他们已经摆脱了ns()函数,但还没有更新文档:

https://github.com/angular-ui/angular-google-maps/pull/872/ https://github.com/angular-ui/angular-google-maps/issues/821

在代码中将'string'.ns()的所有实例更新为'uiGmapstring',你应该很好。