Skip to content

Commit

Permalink
Merge pull request #1 from johannestroeger/patch-1
Browse files Browse the repository at this point in the history
fix(): from click to bind-click
  • Loading branch information
mgonto committed Jul 11, 2013
2 parents 5b67908 + aba9131 commit 57c7aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uiGoto.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ angular.module('mgo.ui.router.directives').directive('uiGoto', function() {



$element.click(function(e) {
$element.bind('click', function(e) {
e.preventDefault();
var state = $attrs.uiGoto;

Expand Down

0 comments on commit 57c7aa5

Please sign in to comment.