How to hide a div with it's id in angularJS? -
here want hide div id,is possible in angularjs.i know possible hide ng-hide
or ng-show
.but dont know how hide div it's id.
you can use old jquery that, it's preferable avoid modifying dom directly that.
using scope variable give far more flexibility modifying style attributes directly.
use ng-if if don't want markup in dom.
Comments
Post a Comment