There is just a lot of markup lol I want it to look clean. I guess this is more related to the battle of having clean looking markup vs a bunch of classes like say something like bootstrap uses. Some use sass or less to help clean things up etc
Understanding that Angular considers it self "declarative" my guess is, it considers having that much markup is fine and its how things should be. It just feels a bit dirty to me because an element has so many bootstrap classes + angular directives displayed in the html. I would rather be the only one who sees that, it feels like having that much information about your app can lead to people trying to "hack" away somehow On Tuesday, June 3, 2014 10:35:52 AM UTC-4, Sander Elias wrote: > > Hi Billy, > > Yes, I noticed your message ;) > > If you really want this, it is possible. Not easy, but possible. > The question should be, why? > In an angular app, the HTML as exposed by the browser is only a temporary > snapshot of part from the state of your app. > So why should you be concerned by that? > Do you think your users are going to validate the HTML or something? > > 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.
