Skip to content

Instantly share code, notes, and snippets.

@leonardocouy
Created December 1, 2015 10:40
Show Gist options
  • Save leonardocouy/1912c0c118299b9c0ebc to your computer and use it in GitHub Desktop.
Save leonardocouy/1912c0c118299b9c0ebc to your computer and use it in GitHub Desktop.
ng-click fires twice
var app = angular.module('AppExemplo', [])
app.config(function($mdGestureProvider) {
$mdGestureProvider.skipClickHijack();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment