Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

 2 Answer(s)

  • Hi Bhagwan
    You can hide the error message on page loading in angularJS.

    If you are using ng-show directive then use below CSS code for hiding the error message on loading page.

    [ng\:show], [ng-show], .ng-show {
      display: none !important;
    }
    

    If you are using ng-message then use below CSS code :

    [ng\:message], [ng-message], .ng-message {
      display: none !important;
    }
    

    This code also useful for custom directive :)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: