sl-ember-components
sl-ember-components copied to clipboard
An Ember CLI Addon that provides a variety of UI components.
Use of "previous" everywhere rather than "previous", "previous", "back", etc. Balance this with need for specific context, such as "previous year", "previous month" (is such context necessary?)
https://codeclimate.com/github/softlayer/sl-ember-components/addon/components/sl-menu.js
Had hoped https://github.com/softlayer/sl-ember-components/issues/135 would fix this but it did not
https://github.com/zzarcon/ember-cli-Mutation-Observer
How do `sl-alert` and `sl-button` function as non-block form? What about `sl-textarea` that can be used as both?
To allow for importing of moment library in files that need it.
In dev console have went "native" and used `document.getElementById()` and was unable to. Possibly due to the focus data trigger added for popover?
Chart div height updates correctly@ 81 ms Expected: 50 Result: 51 Diff: 501
View code coverage reporting at /tests?coverage and determine whether the code identified in `updateData()` needs to be specifically tested or if other tests in existence are testing it as a...
In scenarios where an argument can be an array of objects we have only been asserting that the argument is an array, and not that each element inside of it...