Techno Fattie

Articles tagged with "angular"

Josh Carroll

Controllers Should Be Classes It's a drum I have been beating for close to a year now because I want you to avoid creating a mess of $scope soup. I'm not alone in this design decision either, as popular style guides by John Papa...

Josh Carroll

I Have Two Angular Applications... One For Each of You! AngularJS is amazingly flexible, so it usually comes as a surprise to people when they find out that you can't use ng-app twice on the same page. Granted, this isn't someth...

Josh Carroll

How Do I Show A Loading Indicator In Angular? It's a question I run into a lot actually. To be fair, there are a million different types of loading indicators and ways to use them, but most often, developers are looking for a simpl...

Josh Carroll

It's no doubt Angular is an awesome framework for building modern web applications. Loading tiny bits of HTML and JSON can be amazingly fast, and SPA's are a great way to give your users a snappy UI without the overbearing page r...

Josh Carroll

I love using Angular's Controller As syntax to clean up my code, and I'm happy to see this technique is catching on. Most of the time, I can avoid having to reference $scope altogether, but working with forms in Angular has alwa...

Josh Carroll

Angular's built in script directive is really nice for embedded templates, but not much else. If you are like me, you have found yourself wanting to be able to extend it to work for other types of embedded data. Luckily this turns ou...

Josh Carroll

Today I was answering a question on Stackoverflow about Angular.js The more I dug into this person's particular problem the more help I realized they needed. They were admittedly an Angular noob, but making a pretty decent effort by...

Josh Carroll

Tell me if this sounds familiar? You have some uniform text you just copied from somewhere, like a set of column or property names. Maybe you got it from a spreadsheet. Maybe you copied it from the results of a query you ran... or maybe...

Josh Carroll

Angular is Awesome! If you aren't already familiar with Angular.js, then you really owe it to yourself to dig into this amazing framework. Misko Hevery (@mhevery) and his team have done an outstanding job, and I continue to be deli...