Skip to content

Multiple conditions with OR relationship in @if #136

@Rey-Wang

Description

@Rey-Wang

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’

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions