sl-ember-behavior icon indicating copy to clipboard operation
sl-ember-behavior copied to clipboard

An Ember CLI Addon that provides the ability to define and enforce behaviors, combining the concepts of whether a user has permission to perform an action and whether that action can currently be perf...

Results 11 sl-ember-behavior issues
Sort by recently updated
recently updated
newest added

https://github.com/emberjs/ember.js/releases/tag/v2.4.3

ready

https://github.com/simplabs/ember-simple-auth The route restriction of this repo and the functionality provided by ember-simple-auth is what got me thinking about this. Chances are users will be using ember-simple-auth in their projects...

question

This is against the `addon/mixins/component.js` file, as well as the `sl-able` and `sl-unable` components. This issue involves more than just simply replacing syntax, but instead requires understanding what this new...

See item #5 at https://github.com/softlayer/ember-style-guide/blob/master/javascript.md#commas Similar question is posed in https://github.com/softlayer/sl-ember-translate/issues/178

question

http://emberjs.com/api/classes/Ember.Helper.html#sts=Ember.Helper%20Class%20packages/ember-htmlbars/lib/helper.js:8 One thought that comes to mind is how we would reconcile naming between the component's already have and the helpers to do the same thing. Maybe if really only...

question

Once ember-cli/ember-cli#4513 has been resolved and a new version of Ember CLI has been released containing this modification, any of the files affected by https://github.com/softlayer/sl-ember-behavior/issues/69 will need to be modified.

External Dependency

https://www.npmjs.com/package/phantomjs is a NPM wrapper around phantomjs binary. The version of phantomjs it installs is in https://github.com/Medium/phantomjs/blob/master/lib/phantomjs.js TravisCI uses phantomjs version 1.9.8 (https://github.com/travis-ci/travis-ci/issues/3225), same as npm phantomjs

tests
External Dependency

tests/unit/services/sl-behavior-test.js - "getBehaviorGroup() requires an Object to be provided" - "getBehaviorGroup() "provider.behaviorGroup" must be a String or Function" - "setBehaviors() requires an Object to be provided" - "isAble() requires two...

tests

Once https://github.com/softlayer/sl-ember-test-helpers/issues/66 is resolved

tests