vmpowerio/ember-notification-hub

View on GitHub
addon/helpers/ember-notification-not.js

Summary

Maintainability
A
0 mins
Test Coverage
// is-equal helper is necessary to determine which option is currently selected.
import Ember from 'ember';

export function emberNotificationNot(params) {
    return !params[0];
}

export default Ember.Helper.helper(emberNotificationNot);