Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

refactor(filterFilter): simplify code by a ternary op instead of if-else #5631

Closed
wants to merge 1 commit into from

Commits on Jan 5, 2014

  1. refactor(filterFilter): simplify code by a ternary op instead of if-else

    - use only one IIFE and a ternary op in it, instead of invoking separate IIFEs in if-else
    (this also completely fixed the same issue closed by PR angular#3597)
    - also add a spec to verify usage of '$' property in expression object (e.g. `{$: 'a'}`)
    royling committed Jan 5, 2014
    Configuration menu
    Copy the full SHA
    79707e5 View commit details
    Browse the repository at this point in the history