to
and
Directives
directives
the
The
you
your
3
a
• Learning AngularJS Directives Get to grips with AngularJS directives to create dynamic and responsive web applications quickly and easily Get to grips with AngularJS directives to create dynamic and responsive web applications quickly and easily About This Video Delve into the various concepts behind creating functional and interactive directives Create your own customized HTML elements by using SVG and HTML5 canvas Learn about isolate scope and transclusion and put these into action when writing code In Detail It can be hard to maintain a balance between visual elements of an application associated with HTML and CSS and aspects such as UI Interaction and form validation.
• Wouldn’t it be great if you could use HTML as your own domain specific language (DSL) and have it be a custom thing tuned exactly to the elements and attributes you need for the project you’re building?
• AngularJS provides this exact solution by separating these two features so that you can make changes in the visual layout without affecting your code.
• Backed by directives, AngularJS will help you to add functionality to HTML so that you can build interactive, engaging web applications.
• Directives help you to extend your HTML and teach it new tricks to visually enhance your websites without compromising your code.