GithubHelp home page GithubHelp logo

cybertoothca / ember-cli-bootstrap3-carousel Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 29 KB

Bootstrap carousel that can lazy-load it's images.

Home Page: http://ember-cli-bootstrap3-carousel.cybertooth.io/

License: MIT License

JavaScript 36.60% HTML 61.84% CSS 1.56%
ember-addon bootstrap3 bootstrap-carousel carousel image-slideshow

ember-cli-bootstrap3-carousel's Introduction

Cheat Sheets

cybertooth.io EmberJs Add-Ons Cheat Sheet

EmberJs Add-On Cheat Sheet

EmberJs Testing Cheat Sheet

Rails Error Messages Cheat Sheet

ember-cli-release Cheat Sheet

rvm (Ruby Version Manager) Cheat Sheet

nvm (Node Version Manager) Cheat Sheet

yarn Cheat Sheet

How To Documents

Ember-Data's rollbackAttributes() function will not rollback changes to your belongs-to relationships; here's a strategy to conquer that shortcoming.

Gist and explanation of enhanced testem.js configuration that runs in browser headless mode by default.

Reference guide for using CircleCI-1.0's parallelism when building an add-on against multiple Ember versions.

References for creating Models, Resources, Policiies, & Controllers that can be consumed effortlessly by Ember Data.

References for creating Ember models, routes, and using various community add-ons.

Reference/Conventions

A work-in-progress concerning ideas revolving around various naming conventions.

ember-cli-bootstrap3-carousel's People

Contributors

ember-tomster avatar nadnoslen avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

casper392945

ember-cli-bootstrap3-carousel's Issues

You modified "slides" twice

After fresh ember install:

{{#twbs-carousel indicators?=true as |carousel|}}
  {{#carousel.slide as |slide|}}
    {{slide.img src="https://dummyimage.com/1600x900/f7d3a0/333.jpg&text=Slide+With+Indicators+1" alt="A slide image."}}
  {{/carousel.slide}}
  {{#carousel.slide classNames="active" as |slide|}}
    {{slide.img src="https://dummyimage.com/1600x900/f7d3a0/333.jpg&text=Slide+With+Indicators+3" alt="A slide image."}}
  {{/carousel.slide}}
  {{#carousel.slide as |slide|}}
    {{slide.img src="https://dummyimage.com/1600x900/f7d3a0/333.jpg&text=Slide+With+Indicators+5" alt="A slide image."}}
  {{/carousel.slide}}
{{/twbs-carousel}}

Error: Assertion Failed: You modified "slides" twice on <x@component:twbs-carousel::ember264> in a single render. It was rendered in "component:twbs-carousel" and modified in "component:twbs-carousel/slide". This was unreliable and slow in Ember 1.x and is no longer supported. See emberjs/ember.js#13948 for more details.

Ember Inspector | 2.1.1
Ember | 2.15.0
Ember Data | 2.15.0
jQuery | 3.2.1
Ember Bootstrap | 1.0.0-rc.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.