Angular与Meteor 1.3.1无法正常工作

时间:2016-04-07 13:40:27

标签: angularjs meteor angular-meteor

我在Windows计算机上关注www.angular-meteor.com教程。

但是当我在控制台中运行meteor时,我只会看到: enter image description here

除了socially ...

之外的空白屏幕

因此,似乎某些角度包不适用于Meteor 1.3.1

以下是meteor list的输出:

accounts-password               1.1.7  Password support for accounts
angular                         1.3.9_2  Everything you need to use Angu...
angularui:angular-google-maps   2.3.2  angular-google-maps (official)
angularui:angular-ui-bootstrap  0.13.0  Native AngularJS (Angular) direc...
angularui:angular-ui-router     0.2.15  angular-ui-router (official): Fl...
angularutils:pagination         0.9.1_2  Magical automatic pagination fo...
check                           1.1.3  Check whether a value matches a p...
dotansimha:accounts-ui-angular  0.0.4  AngularJS wrapper for Meteor's Ac...
email                           1.0.11  Send email messages
es5-shim                        4.5.9  Shims and polyfills to improve EC...
jquery                          1.11.7  Manipulate the DOM using CSS sel...
less                            2.5.7  Leaner CSS language
meteor-base                     1.0.3  Packages that every Meteor app needs
mobile-experience               1.0.3  Packages for a great mobile user ...
mongo                           1.1.6  Adaptor for using MongoDB and Min...
reactive-var                    1.0.8  Reactive variable
standard-minifier-css           1.0.5  Standard css minifier used with M...
standard-minifier-js            1.0.5  Standard javascript minifiers use...
tmeasday:publish-counts         0.7.3  Publish the count of a cursor, in...
tracker                         1.0.12  Dependency tracker to allow reac...
twbs:bootstrap                  3.3.6  The most popular front-end framew...

例如angularui:angular-ui-router似乎不起作用。但它适用于meteor 1.2版本。

那里有人有同样的问题吗?也许是一个解决方案? 最诚挚的问候

EDIT

删除dotansimha:accounts-ui-angular导致我可以看到地图和搜索框。但该应用程序仍然破碎。没有parties显示,分页不起作用等等......任何想法如何解决?

1 个答案:

答案 0 :(得分:0)

我发现问题是与此软件包不兼容:

meteor remove dotansimha:accounts-ui-angular

不要忘记删除'app.js'上的依赖项'accounts.ui'

刚删除,结果:

enter image description here

问题可能就是为什么这个软件包使用“blaze-html-templates”