Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ng-repeat 的帖子。每个项目都有一个 Facebook 分享按钮。我目前正在将 ng-click 绑定到使用 window.open() 的控制器操作(也尝试使用 $window,结果相同)。似乎正在工作,但我收到以下 错误。我怎样才能使它正常工作?
问题在于 CoffeeScript 的隐式返回。表达式调用的函数有最后一条语句window.open(),其值可能是一个窗口对象。
window.open()