You could override Angular using CSS:

.ng-hide {
visibility: hidden;
display: block !important;
}

(You should namespace this, though, in case somewhere else you do want 
ng-hide to use display: none)

On Tuesday, November 12, 2013 2:46:50 PM UTC-5, Pierre M wrote:
>
> When I use "ng-hide" on a button, the elements to the right hand-side of 
> the button move when the button gets hidden. 
> How could I avoid these other elements moving?
>
> Thank you
> Pierre
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to