preprocess icon indicating copy to clipboard operation
preprocess copied to clipboard

Multiple conditions with OR relationship in @if

Open Rey-Wang opened this issue 6 years ago • 2 comments

multiple conditions with AND relationship I can use Nested @if statement, like this:

//@if ENV!='dev'
//@if ENV!='prod'
App.controller('devController', function() {})
//@endif
//@endif

how to Implement code like //@if ENV!='dev' || ‘prod’

Rey-Wang avatar Feb 13 '19 02:02 Rey-Wang

@jsoverson

Rey-Wang avatar Feb 13 '19 02:02 Rey-Wang

Is this project still alive? 😂

Rey-Wang avatar Mar 19 '19 04:03 Rey-Wang