Hi Billy,

I was just looking back for something else, and I found this plunk 
<http://goo.gl/UDw0cM> I created a while ago. 
it uses bootstrap and angular. Have a look at the markup. 
Now imagine you need to reproduce this using jquery (or some other 
framework) 
Do you think the markup that gets you started will be cleaner? You can take 
some stuff out, but then you have to
create entry points for your program. And in comes a lot of ID='xyz38' and 
other stuff.
Then imagine the program flow you need to create for that.
Of coarse you can add everything using JS, but that's just moving it out of 
the template into your code. 
If that is working for you fine, but my experience tells me it becomes an 
maintenance nightmare very quickly.
Disagree? Imagine adding a column to the markup... Or the customer want you 
to change the order of the columns.


Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to