Hi, I am using meteoric:ionic and sass packages. In at-form I am unable to see the at-result or at-error background-colors if any occurs
<template name="changePswd">
{{#contentFor "headerButtonLeft"}}
{{>ionNavBackButton path="profileTemplate"}}
{{/contentFor}}
{{#contentFor "headerTitle"}}
<h1 class="title">Change Password</h1>
{{/contentFor}}
{{#ionView}}
{{#ionContent}}
{{> atForm state='changePwd'}}
{{/ionContent}}
{{/ionView}}
</template>