10+ Angular 2 Color Pickers Examples
A color picker can really bring your web application to life. Bright colors are worth a thousand words at least that’s what they say. Color picker tools are usually pretty…
An Angular directive is a marker on a DOM element (such as an attribute, element name, comment or CSS class) that tell AngularJS's HTML compiler ($compile) to attach a specified behavior to that DOM element (e.g. via event listeners), or even to transform the DOM element and its children.
A color picker can really bring your web application to life. Bright colors are worth a thousand words at least that’s what they say. Color picker tools are usually pretty…
Here are some Really Cool Angular 4 FREE Themes that you can use complete for free! Yes, that’s right they don’t cost anything. Some of them are really professionally designed, business…
AngularJS Auth Facebook Login Directive full code in repo: https://github.com/sdeering/angularjs-auth-facebook-login-directive Quick example of how you can use JavaScript to open a popup and authenticate a user using Facebook login and…
AngularJS has an awesome feature called directives if you didn’t know! 😉 AngularJS Directives in a nutshell provide the front-end developer with custom HTML DOM element representations. In short, this…
So this is how you can use ajax validation with an AngularJS directive to check if a username is already in use (by another registered user). User types a username…
So you want to add a footer to your angular SPA app? So it is best to go about it? Maybe add it directly into the main page template, maybe…
So in AngularJS do you choose “A” or “E”? Attribute or element in a directive? Let’s have a look. Element Example. Attribute Example. Attribute Example 2 So which one do…
AngularJS Simple Partial Include Directive. Use this code to help you reuse your partial templates inside other templates. You can have optional switching of views also if you wanted. Sorry…
AngularJS Learning Directives Best Resources. Please leave a comment with your resource if you think it’s good enough. Codinginsight.com – AngularJS directives More to follow.
AngularJS directive for unique email address. Refs: https://www.ng-newsletter.com/posts/validations.html https://blog.brunoscopelliti.com/form-validation-the-angularjs-way
Angularjs check if passwords match – Use a directive. View on GitHub pwcheck.js directive ngHTML ref: https://blog.brunoscopelliti.com/angularjs-directive-to-check-that-passwords-match
Can be extended to handle dropdown type/sub links and show parent as active. View on GitHub Navbar Directive Navbar View Partial Just include this where you want to use it:
Objective To unit test a directive which loads an external template for the HTML. Technologies Grunt, Karma, Jasmine, PhantomJS, AngularJS. Note: It could be classed as an E2E test if we want…
Welcome to the new AngularJS Blog!