Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ember Cli

How To Add Date Picker Or Any General Jquery Plugin To Ember-cli App

So I am trying to add pikaday date picker to Ember-CLI app. I've got the following in my /app/v… Read more How To Add Date Picker Or Any General Jquery Plugin To Ember-cli App

Ember-select-2 Issue While Using Type-ahead With Ajax Queries

I'm using ember-select-2 as a typeahead in ember application.the problem is i can fetch the da… Read more Ember-select-2 Issue While Using Type-ahead With Ajax Queries

Ember 2, Model.save() From Component My-modal.hbs

I have this posts.hbs: {{#each model as |post|}} {{post.title}} {{post.text}} Soluti… Read more Ember 2, Model.save() From Component My-modal.hbs