Rob Allred

Developer, Outdoor Enthusiast & Purveyor of Odd Things. AngularJS, Javascript, ASP_NET, OrchardCMS.

  • Twitter

Filter Phone Number in Angular

Posted on August 16, 2016

I have been meaning to store filters I find useful and write a little blog post about each one just so I have access to them and maybe someone else will find them handy. This filter is for displaying phone numbers in the following format: 1(xxx) xxx-xxxx When users are inputting their information you can […]

Filed Under: anjularjs, javascript Tagged With: angular filters, angularjs, Code Snippets, javascript

AngularJS: Preventing form submission

Posted on April 22, 2015

I don’t know about you but I have found that I often want to do validation on a form before that form is submitted. I know I don’t like server side validation and love the responsiveness of client side validation. So often I need to prevent the form from submitting after a “submit” button is […]

Filed Under: anjularjs, javascript

AngularJS Fundamentals

Posted on October 29, 2014

When I was first trying out AngularJS someone recommended this Video to me and I found it to be a great intro. I wanted to share AngularJS Fundamentals In 60-ish Minutes by Dan Wahlin. This video is a brilliant, concise presentation breaking down the many moving parts of AngularJS. It is a must see video […]

Filed Under: anjularjs, javascript, Videos Tagged With: angularjs, tutorials

An Example of how to use Select Options in AngularJs

Posted on August 9, 2014

From simple select item bound to an array of strings, to select items bound to objects with properties. Make sure you can bind the ng-model correctly, set the default value and filter the items to display as needed.

Filed Under: anjularjs, javascript Tagged With: angularjs, ng-options, ng-select

D3 Charts with angularjs-nvd3-directives.js

Posted on July 29, 2014

Directives hide the complexity and code that is necessary to create d3.js, and nvd3.js charts, which makes adding charts to an Angular.js application quicker, and simpler than other methods.

Filed Under: anjularjs, javascript Tagged With: angularjs, d3, directives, javascript, nvd3

Categories

  • Accessibility (1)
  • anjularjs (5)
  • Asp.Net (3)
  • CSharp (2)
  • CSS (1)
  • Database (3)
  • Github (1)
  • Html5 (1)
  • javascript (11)
  • Linq (1)
  • Orchard Cms (9)
  • Regex (1)
  • SQL (1)
  • Uncategorized (1)
  • Videos (4)
  • vuejs (1)
  • Web Api (2)

Recent Posts

  • Commonly used regex for zip codes and addresses
  • Delete all the tables from your database
  • Orchard CMS Content Control Wrapper
  • Orchard Harvest 2017
  • Sending Emails in a Asp.net WebApi

Copyright © 2014