The Mysterious Case of webpack, AngularJS and jQueryAngular can use jQuery instead of jQLite, but this becomes complicated when using webpack. We need to use the ProvidePlugin function in webpack.config.js.John Reilly·May 24·2 min readFollowangularjswebpackjquery
Inlining Angular Templates with WebPack and TypeScript`raw-loader` package in webpack configuration for Angular 1.x projects preloads templates and enables compile-time error checking.John Reilly·May 13·3 min readFollowangularjswebpack
Creating Angular UI Routes in the ControllerDont let your Angular UI Router link get too big - move the URL generation to the controller! Use the $state.href() method instead of ui-sref.John Reilly·Feb 29·2 min readFollowangularjs
Angular UI Bootstrap Datepicker WeirdnessAdd a calendar glyph to your Angular UI Bootstrap Datepicker popup by passing along $event and calling stopPropagation() to avoid an issue.John Reilly·May 23·3 min readFollowangularjsjavascript
NgValidationFor Baby StepsThe NgValidationFor project translates data annotations to Angular validation directive attributes while minimising dependencies.John Reilly·May 11·4 min readFollowangularjsasp.net
A tale of Angular, html5mode, ASP.Net MVC and ASP.Net Web APIThis article offers tips on how to preserve specific routes while redirecting non-specified URLs to the root angular app page for ASP.Net MVC and Web API.John Reilly·May 5·3 min readFollowangularjsasp.net
Tonight I'll Start an Open Source Project...A new AngularJS validation mechanism aims to propagate data annotations on ASP.NET MVC server models into ng-* directive attributes in HTML.John Reilly·Apr 24·5 min readFollowangularjsasp.net
Unit Testing an Angular Controller with JasmineJohn shares how they wrote unit tests for an Angular controller in Proverb using Jasmine 2.0, with heavily annotated JavaScript tests.John Reilly·Sep 10·3 min readFollowangularjsautomated testing
My Unrequited Love for Isolate ScopeA new version of the serverError directive is presented without isolated scope after discovering directives can only create one isolated scope.John Reilly·Aug 12·3 min readFollowangularjstypescriptjavascript
AngularJS meet ASP.Net Server ValidationLearn how to perform server-side validation in your AngularJS and ASP.Net project using a `serverError` directive and server response error messages.John Reilly·Aug 1·4 min readFollowangularjsasp.nettypescript
HotTowel-Angular meet TypeScriptJohnny Reilly creates a bare-bones port of the Hot Towel Angular SPA Template to TypeScript in order to demonstrate the ease of transition.John Reilly·Jul 3·3 min readFollowangularjstypescript
Migrating from AngularJS to AngularTS - a walkthroughLearn how to migrate an AngularJS app from JavaScript to TypeScript in this walkthrough on a simple website/app for sending prayer requests.John Reilly·Jun 1·10 min readFollowangularjsautomated testingtypescript