Fixes for tap/click events ready for testing

@adam Just dabbling a bit right now. On the surface, all of my click events are now dead. Nothing works. What I’ve done so far is simply replace the ionic.js, ionic-angular.js, and ionic.css files from master.

Is there something else that needs to be done? Do we NOT include angular-touch now?

UPDATE : Ionic controlled events work. Like toggling a menu. But my own ng-click handlers do not work. Like :

<div family-member ng-repeat="member in family.members" ng-click="showPasscodeForm(member.membersId)"></div>

FYI : From previously using 0.9.20