I am new to angularjs. Just wanted to know that why does custom attributes which angularjs add to html element doesn't give any error? <div ng-if='true'>
Also, is it possible for us to create our own custom attributes for html elements?
Thanks.
I am new to angularjs. Just wanted to know that why does custom attributes which angularjs add to html element doesn't give any error? <div ng-if='true'>
Also, is it possible for us to create our own custom attributes for html elements?
Thanks.
They will not give an error because it is how they should be used and for your question about creating custom attributes I am almost sure that it is impossible