<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; Required and NG-Required</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/required-and-ng-required/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHAT IS THE DIFFERENCE BETWEEN REQUIRED AND NG-REQUIRED?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-required-and-ng-required/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-required-and-ng-required/#comments</comments>
		<pubDate>Tue, 01 Mar 2016 03:52:59 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Required and NG-Required]]></category>
		<category><![CDATA[Angular]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=1349</guid>
		<description><![CDATA[<p>What is the difference between required and ng-required? In HTML attribute required is to tell that field must be required in order for the form to be valid. And it is not possible to write condition like required=”true” or required=”false”. It gives you a HTML error. This can be solved using Angular. While, Using Angular [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-required-and-ng-required/">WHAT IS THE DIFFERENCE BETWEEN REQUIRED AND NG-REQUIRED?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What is the difference between required and ng-required?</h4>
<p>In HTML attribute <strong>required</strong> is to tell that field must be required in order for the form to be valid.</p>
<p>And it is not possible to write condition like required=”true” or required=”false”. It gives you a HTML error. This can be solved using Angular.</p>
<p>While, Using Angular attribute <strong>ng-required=&#8221;MyCondition&#8221;</strong> means &#8216;RequireFun(MyCondition)&#8217; and sets the HTML attribute dynamically for you depending on your condition.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-required-and-ng-required/">WHAT IS THE DIFFERENCE BETWEEN REQUIRED AND NG-REQUIRED?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/what-is-the-difference-between-required-and-ng-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
