時,當我刷新我燼應用程序的索引頁面,看來我不能調用函數我index.js內文件位於應用程序/路由。 我真的不知道我該如何解決這個問題。 的index.js的源代碼: import Ember from 'ember';
import ProjectRoute from 'web/project-route';
export default ProjectRoute.extend(
我想,當有人試圖從頁面導航使用alertify確認框。但在路線的willTransition行動,alertify非常異步的,餘燼不會等待確認。無論您點擊什麼,該頁面都已被導航。 willTransition(transition) {
alertify.confirm('Confirm', 'Are you sure you want to navigate?', function(e
我對一個組件進行了簡單的裸骨集成測試,該測試取決於i18n服務(測試注入)。該組件本身是一個從ember-select-list的簡單選擇下拉菜單,默認值爲Select Language。這裏的測試: import { moduleForComponent, test } from 'ember-qunit';
import hbs from 'htmlbars-inline-precompil