Foxandxss | 12 years ago | on: Bootstrap Magic featuring Boostrap 3
Foxandxss's comments
Foxandxss | 12 years ago | on: Show HN: ngProgress - slim, site-wide progressbar for AngularJS, without jQuery
Foxandxss | 12 years ago | on: Show HN: ngProgress - slim, site-wide progressbar for AngularJS, without jQuery
Foxandxss | 12 years ago | on: Angular-tips: Consuming services
As I said in the first post, I am the first who is learning Angular.js but I find that teaching what are you learning is the best way to learn. So here am I teaching the best I can.
Of course, there is things that I ignore, so I really appreciate all your comments, so I learnt a LOT about services today.
Thank you.
Foxandxss | 12 years ago | on: Angular-tips: Consuming services
Foxandxss | 12 years ago | on: Angular-tips: Consuming services
Foxandxss | 12 years ago | on: Why does Angular.js rock?
Foxandxss | 12 years ago | on: Why does Angular.js rock?
But to be sincere, I picked one thing to a directive, there are infinite ideas but I needed one easily enough for a "hello-world" type of post.
Foxandxss | 12 years ago | on: Why does Angular.js rock?
Foxandxss | 12 years ago | on: Why does Angular.js rock?
Foxandxss | 12 years ago | on: Why does Angular.js rock?
I don't feel I have the experience to write better angular docs. That could be a goal in a future for sure.
Even when I am going to write about things that could be used to improve the official docs, one of my main goals is to answer via blog the questions I see everyday: "Why this doesn't work?", "My directive is not doing what I need", "My service is not updating"...
I think that the documentation itself needs to be done from various angles, and this is one for me.
Foxandxss | 12 years ago | on: Why does Angular.js rock?
On the other hand, my goal was to "sell" angular to the readers, not to scary them with $digest issues :)
Said that, I have in my TODO things about this matter.
Foxandxss | 12 years ago | on: Why does Angular.js rock?
I think that none of the actual frontend frameworks will disappoint you. I just showed my opinion in one of them :)
Foxandxss | 12 years ago | on: Why does Angular.js rock?
I think that there is a lot of comparison out there to create yet another one.
On the other hand, I don't have a deep knowledge of the competence to compare and I don't want to shot myself in the first post :P.
About the title, something can "rock" by its own.
Thank you for the comment :)
DOM manipulation in a controller is something you can't do and who says controllers, says services too.
On the other hand, the double ng-repeat could be a hot spot for the bad performance.
Don't get me wrong, the app is awesome, awesome idea but the implementation doesn't respect the angular way so it is really slow.