This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="panel panel-default ">
2
2
< div class ="panel-heading ">
3
3
< h4 class ="panel-title ">
4
- < a href =" # " tabindex ="0 " class ="accordion-toggle " ng-click ="$event.preventDefault(); toggleOpen() " accordion-transclude ="heading "> < span ng-class ="{'text-muted': isDisabled} "> {{heading}}</ span > </ a >
4
+ < a href tabindex ="0 " class ="accordion-toggle " ng-click ="toggleOpen() " accordion-transclude ="heading "> < span ng-class ="{'text-muted': isDisabled} "> {{heading}}</ span > </ a >
5
5
</ h4 >
6
6
</ div >
7
7
< div class ="panel-collapse collapse " collapse ="!isOpen ">
Original file line number Diff line number Diff line change 1
1
< li ng-class ="{active: active, disabled: disabled} ">
2
- < a href =" # " ng-click ="$event.preventDefault(); select() " tab-heading-transclude > {{heading}}</ a >
2
+ < a href ng-click ="select() " tab-heading-transclude > {{heading}}</ a >
3
3
</ li >
Original file line number Diff line number Diff line change 1
- < a href =" # " ng-click =" $event.preventDefault() " tabindex ="-1 " bind-html-unsafe ="match.label | typeaheadHighlight:query "> </ a >
1
+ < a href tabindex ="-1 " bind-html-unsafe ="match.label | typeaheadHighlight:query "> </ a >
You can’t perform that action at this time.
0 commit comments