Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 221 Bytes

incrementing_and_decrementing_a_property.mdown

File metadata and controls

9 lines (6 loc) · 221 Bytes

Incrementing And Decrementing A Property

Problem

You want to increment and decrement a property.

Solution

Use the incrementProperty respectively decrementProperty methods of an Ember.Object.

Discussion