You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -85,15 +85,16 @@ export class HomeComponent implements OnInit {
85
85
},
86
86
{
87
87
question: 'How do I .preventDefault() or .stopPropagation()?',
88
-
answer: 'All ng-click and related bindings inject a $event object that you can call things like .preventDefault() or even pass the object to your methods'
88
+
answer: 'All ng-click and related bindings inject a $event object that you can call things like '+
89
+
'.preventDefault() or even pass the object to your methods'
0 commit comments