Posts tagged "AngularJS"

Published: June 06 2023

Add Google AdSense to a Single Page App - React, Angular, Vue, Next etc...

I recently integrated Google AdSense into my AngularJS blog and this is how I got it working.
Published: November 20 2016

Angular 1 vs Angular 2+ - Comparing Examples to Learn Angular 2+

Compare identical sample applications built with both Angular 1 and Angular 2+ to Learn the new Angular 2+ Framework.
Published: October 29 2016

MEANie - Lightweight MEAN Stack CMS & Blogging Platform

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

AngularJS - Slugify Filter

A custom AngularJS filter for converting a string into a url slug
Published: July 26 2016

AngularJS - Enable HTML5 Mode Page Refresh Without 404 Errors in NodeJS and IIS

How to prevent 404 errors after page refresh in Angular apps using html5mode under NodeJS & IIS.
Published: July 13 2016

AngularJS - Custom Modal Example & Tutorial

How to build your own custom modal popups in AngularJS without the need for 3rd party libraries such as UI Bootstrap.
Published: May 26 2016

Angular - CKEditor Directive with ngModel Binding

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.
Published: April 05 2016

AngularJS JWT Authentication Example & Tutorial

An AngularJS login tutorial & example that uses JWT authentication
Published: March 31 2016

AngularJS - UTC to Local Date Time Filter

An AngularJS filter to convert UTC time to local time for displaying to the user.
Published: January 31 2016

AngularJS - Pagination Example with Logic like Google

Google style pagination logic in AngularJS and JavaScript.
Published: January 20 2016

Angular ngAnimate Tutorial & Example with UI Router

A tutorial and example on using ngAnimate with UI Router to transition between views.
Published: November 07 2015

AngularJS - Google Analytics with the UI Router

This is a quick post to show how to setup Google Analytics page/route tracking in an Angular application that uses the UI Router.
Published: April 09 2015

Unit Testing in AngularJS with Mocha, Chai, Sinon & ngMock

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

AngularJS User Registration and Login Example & Tutorial

An example and tutorial of how to implement user registration and login functionality with AngularJS
Published: March 06 2015

AngularJS - Unit Testing code that uses $timeout

A quick example of how to unit test AngularJS components that use the $timeout service.
Published: December 01 2014

Web API 2 + Angular - Basic HTTP Authentication Example

A simple login example using AngularJS on the front end and ASP.NET Web API 2 on the back end.
Published: August 01 2014

AngularJS directives for social sharing buttons - Facebook Like, Google+, Twitter and Pinterest

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.
Published: May 26 2014

AngularJS Basic HTTP Authentication Example

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.
Published: April 18 2014

Post a simple string value from AngularJS to .NET Web API

How to post a simple string parameter in the body of an HTTP request from AngularJS to ASP.NET Web API
Published: April 02 2014

Ionic Framework - Getting 'ionic start [appName]' Working Behind a Proxy

This is a quick hacky way to get the ionic start [appName] command working from behind a proxy.
Published: March 25 2014

AngularJS - A Better Way to Implement a Base Controller

The simplest way to setup controller inheritance in AngularJS.
Published: February 15 2014

AngularJS - Reverse Geocoding Directive

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.
Supported by