We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eded76 commit 438549fCopy full SHA for 438549f
1 file changed
OpenFlow/src/public/Controllers.ts
@@ -1996,6 +1996,8 @@ module openflow {
1996
$('#workflowform :button').addClass("disabled");
1997
$("#workflowform :input").unbind();
1998
$("#workflowform :button").unbind();
1999
+ $("#workflowform :input").off("click");
2000
+ $("#workflowform :button").off("click");
2001
}
2002
if (!this.$scope.$$phase) { this.$scope.$apply(); }
2003
0 commit comments