What's new in these releases? Primarily doc improvements and bugfixes, including a fix in both 1.0.4 and 1.1.2 for a memory leak when ngSwitch was used inside a transcluded directive under certain conditions (see change notes a26234f7).The unstable branch 1.1.2 tofu-animation includes all the bug fixes from 1.0.4 bewildering-hair, plus some new features to try out in your code.For full details in...
Wednesday, 23 January 2013
Monday, 21 January 2013
Login with Microsoft Live OAuth Connect
Few months back Microsoft has launched OAuth system for client websites, using this you can get the valid user details from Hotmail and Outlook database. Earlier I had published Facebook, Google and Twitter OAuth login systems, now this post explains you how to implement Microsoft Live OAuth connect...
Monday, 14 January 2013
HTML5 Input Types for Mobile.
If you are working with mobile web applications, then you must adapt new HTML5 components. This post explains you how to implement new HTML5 input types while creating forms in mobile web projects. Take a look at these screen shots of the new input types in browsers that support in iPhone. and iPad....
Thursday, 10 January 2013
AngularJS-MTV Hack Night Recap and DIY Tips
For our first California meetup of the year, we thought we'd try something different and host a Hack Night.Presentation style meetups are great for a deep dive into a single topic, but it can be hard for people to get to know each other or dive into a thorny problem during a short Q&A. We wanted...
Monday, 7 January 2013
MongoDB PHP Tutorial
Now time to work with MongoDB NoSQL database management systems, it stores data into structured JSON like documents with dynamic schemas and improves application performance. This tutorial helps you how to create a simple login page using PHP and MongoDB. Try this download script and implement scalable...