I recently integrated Google AdSense into my AngularJS blog and this is how I got it working.
Published: November 20 2016
Compare identical sample applications built with both Angular 1 and Angular 2+ to Learn the new Angular 2+ Framework.
Published: October 29 2016
MEANie is an open source website CMS (Content Management System) and blogging platform developed using the MEAN Stack (MongoDB, Express, AngularJS and Node).
Published: August 30 2016
A custom AngularJS filter for converting a string into a url slug
How to prevent 404 errors after page refresh in Angular apps using html5mode under NodeJS & IIS.
How to build your own custom modal popups in AngularJS without the need for 3rd party libraries such as UI Bootstrap.
If you've tried plugging CKEditor into an AngularJS application you may have run into the same issue I did, that it doesn't play nicely with the ng-model directive.
An AngularJS login tutorial & example that uses JWT authentication
An AngularJS filter to convert UTC time to local time for displaying to the user.
Published: January 31 2016
Google style pagination logic in AngularJS and JavaScript.
Published: January 20 2016
A tutorial and example on using ngAnimate with UI Router to transition between views.
Published: November 07 2015
This is a quick post to show how to setup Google Analytics page/route tracking in an Angular application that uses the UI Router.
An tutorial and example showing how the different AngularJS unit testing tools and libraries fit together.
Published: March 10 2015
Last updated: December 13 2016
An example and tutorial of how to implement user registration and login functionality with AngularJS
A quick example of how to unit test AngularJS components that use the $timeout service.
Published: December 01 2014
A simple login example using AngularJS on the front end and ASP.NET Web API 2 on the back end.
Published: August 01 2014
A few simple directives for the social sharing buttons: Facebook Like, Google Plus, Twitter Tweet and Pinterest Pin It. The buttons automatically update to the current URL as you navigate through your AngularJS app.
An example of how to setup a simple login page with HTTP Basic Authentication using AngularJS, and also keep the user logged in after the page is refreshed.
How to post a simple string parameter in the body of an HTTP request from AngularJS to ASP.NET Web API
This is a quick hacky way to get the ionic start [appName] command working from behind a proxy.
The simplest way to setup controller inheritance in AngularJS.
Published: February 15 2014
This is a little custom AngularJS directive that converts GPS coordinates (latitude/longitude) into an address, otherwise known as reverse geocoding, using the Google Maps API.