Created
March 3, 2020 04:57
-
-
Save phplaw/3e8359966b184538cd953039f4f965e9 to your computer and use it in GitHub Desktop.
AngularJS Tips & Tricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $scope.foo = function($event, team) { | |
| var $btn = $($event.currentTarget); | |
| } | |
| //html | |
| /* <button type="button" ng-click="foo($event, team)">Edit</button> */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.