ember-app-kit Questions
5
Solved
I have set up a auto-authenticate for user after signup:
app/libs/auto-authenticate.js
export default Ember.SimpleAuth.Authenticators.OAuth2.extend({
authenticate: function(credentials) {
if(...
Rosie asked 31/3, 2014 at 23:27
1
I'm trying to migrate an ember app to use the ember app-kit. The code requires the accounting.js library. In the pre-app-kit version the file was loaded via a script tag in index.html
<script s...
Stinson asked 29/1, 2014 at 18:52
2
Solved
I have begun using ember app kit and heave read through its guides. However I having trouble wrapping my head around the differences between a regular app and this way that Ember App Kit structures...
Statis asked 12/2, 2014 at 12:6
1
Solved
Trying to test-drive my first ember.js app. Using ember app kit.
Puzzled by how qunit works with selectors (I assumed that jquery selectors would work, and they do - for the most part...).
My han...
Unrobe asked 4/2, 2014 at 22:57
3
Solved
I'm trying to start a new project with ember app kit and ember data using ES6. I've managed to create a store using the following code in adapter.js
var ApplicationAdapter = DS.FixtureAdapter.exte...
Thigpen asked 11/9, 2013 at 13:31
1
© 2022 - 2024 — McMap. All rights reserved.