Relative Content

Tag Archive for angularjs

asp.net mvc vs angular.js model binding

So I’ve noticed a trend lately of .net web developers using angular.js on the client side of applications and I’ve become more curious as I play around with angular and compare it to how I would do things in asp.net mvc.

Global variables in javascript

I don’t consider myself a highly skilled javascript developer, but I thought I got one thing right for sure: don’t create global variables unless you really have to.

Global variables in javascript

I don’t consider myself a highly skilled javascript developer, but I thought I got one thing right for sure: don’t create global variables unless you really have to.

Using AngjularJS with Twitter Bootstrap

I want to refactor an OLD legacy application and give it a new feel… so, I want to use Twitter Boostrap for the UI… I’ve also been playing around a lot with AngularJS… is it common place to use them in conjunction with one another? Is it even the correct question to ask? I’ve done about an hour’s worth of “googling” on the subject and I see a lot of people using the CSS-portion of bootstrap with Angular, however, do I gain anything (or lose anything) by also including the bootstrap .js portion, as well?