Search results for: angularjs

AngularJS Corner – How to unit test forms

A lot of people are still using AngularJS. It’s hard to port your entire application to a new platform and even language. This week we had a student who asked a very good question: how do you unit test forms in AngularJS? Well, this article got me started. I wanted to put it in context … Read More

Take a Tour of AngularJS – April 22

Take a Tour of AngularJS April 22 6-8 pm Chariot Solutions’ offices 515 Pennsylvania Avenue 2nd Floor Fort Washington, PA 19034 What’s this JavaScript framework everyone’s been talking about? Join Chariot’s Ken Rimple as he takes you on a tour of modern JavaScript development with AngularJS. He’ll discuss the reasons Angular exists, why it’s taken … Read More

TechCast #84 – AngularJS creator Misko Hevery on Angular 2.0 and x.ai team on Amy Ingram, A/I calendar assistant

Today’s show features the creator of the landmark Javascript framework, AngularJS. I spoke to Misko Hevery about the rise of Angular in our current, “Good Parts JS” ECMAScript 5 world, how it evolved, and his focus on the next chapter, Angular 2.0. My second guests, Alex Poon and Matt Casey, have created the AI-based digital assistant, Amy Ingram, for coordinating meeting schedules by reading and responding to real email texts and learning your preferences.

AngularJS & Ionic: CSS Library Selection

Aaron Mulder reviews several mobile CSS frameworks – JQuery Mobile, TopCoat, Bootstrap and Ionic – for a side project. Check out his criteria and selection.

DevNews #90 – The semi-triumphant return with ShellShock, Layers or No, AngularJS rethinks, more

Finally, we might be seeing the end of stupid software patents The potential downside of the internet of things? As if on cue, ShellShock is a bash vulnerability. A big one Here’s some fun for discussion – Why you should not implement layered architecture – ducking before the clots of dirt fly… We had to … Read More

AngularJS Corner – The ngMock and ngMockE2E libraries

AngularJS provides two powerful mock and test support modules, both contained in a single script file. The modules, ngMock and ngMockE2E, provide different features for different purposes, though both modules are defined in, angular-mocks.js. In this post I’ll explain the differences between the modules and how they get mounted in a test scenario.