Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make third parameter of ifx optional #35

Merged
merged 1 commit into from
May 22, 2016
Merged

Make third parameter of ifx optional #35

merged 1 commit into from
May 22, 2016

Conversation

kabirbaidhya
Copy link
Contributor

So, finally we can write this

<li class="{{ifx isActive 'active'}}">
<li class="{{ifx isUnavailable 'unavailable'}}">

instead of

<li class="{{ifx isActive 'active' ''}}">
<li class="{{ifx isUnavailable 'unavailable' ''}}">
<li class="{{ifx isUnavailable 'unavailable' ''}}">

I hope it's more readable and makes better sense.

@codecov-io
Copy link

codecov-io commented May 13, 2016

Current coverage is 98.47%

Merging #35 into master will increase coverage by +<.01%

@@             master        #35   diff @@
==========================================
  Files             7          7          
  Lines           129        131     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            127        129     +2   
  Misses            2          2          
  Partials          0          0          

Powered by Codecov. Last updated by e18cafb...716ff62

@mesaugat mesaugat merged commit c9e7a57 into master May 22, 2016
@mesaugat mesaugat deleted the improve-ifx branch May 22, 2016 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants