Rebuilding DoubleClick with AngularJS
In August, we had a special guest at our Mountain View AngularJS meetup. Marc Jacobs, the tech lead of the DoubleClick Digital Marketing Manager (formerly DoubleClick for Advertisers) gave a presentation on how they rebuilt and launched their application with AngularJS.
More information about the event can be found on the meetup page.
The talk was also repeated at our NYC meetup.
Dependency Injection
In June we talked about what is Dependency Injection (DI), what benefits it gives to you and your app and how AngularJS implements Dependency Injection.More information about the event can be found on the meetup page.
The talk was also presented at our Mountain View meetup.
As a good follow up reading, check out Miško's recent blog post on how DI removes the problems associated with the
main()
method.
Building an AngularJS App
Back in July at our NYC meetup, we had a presentation on building an app with AngularJS. The famous ToDo app, narrated for your pleasure, including lots of audience questions about some of the core concepts.More information about the event can be found on the meetup page.
I know that this has nothing to do with this post, but I would like to ask if this site/blog is build with AngularJS.
ReplyDeleteAnd if it is, is the code for this blog open source and available some where?
It's clearly not. Check the source:-P
DeleteLooking forward to seeing the directives talk. I mean you guys did record it, right? :-)
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteHi,
ReplyDeleteIs there a way to get the source code for examples provided in the video.
You can find Igor's ToDo source at https://github.com/IgorMinar/ng-todo.
ReplyDelete