Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

mehulkar/ember-example-cp-definition

Repository files navigation

ember-cp-definition-example

Overview

This sample app shows two potential bugs with ComputedProperty:

  1. Cache does not invalidate when an external Ember.Service property changes, unless that property is used in the component.

Details

This app has a component foo-bar with three computed properties defined in 3 different ways:

  • On the prototype
  • In the init hook
  • Using an Immediately Invoked Function Expression

Please read the commit log and check out the app at different commits to see the different behaviors.

Try it out

npm install
ember s

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published