Posts tagged "AngularJS"

Published:

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:

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:

AngularJS - Slugify Filter

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

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:

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:

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:

AngularJS JWT Authentication Example & Tutorial

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

AngularJS - UTC to Local Date Time Filter

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

AngularJS - Pagination Example with Logic like Google

Google style pagination logic in AngularJS and JavaScript.
Published:

Angular ngAnimate Tutorial & Example with UI Router

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

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:

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:
Last updated:

AngularJS User Registration and Login Example & Tutorial

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

AngularJS - Unit Testing code that uses $timeout

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

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:

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:

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:

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:

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:

AngularJS - A Better Way to Implement a Base Controller

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

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