@@ -330,20 +330,20 @@ <h2>Tags</h2>
330
330
< p ng-if ="aTalk.tagswithauthor.length == 0 ">
331
331
< button class ="btn btn-danger " ng-click ="appendTag('nei') " title ="ikke videre "> nei</ button >
332
332
< button ng-if ="aTalk.suggestedCategory != '' " class ="btn btn-primary " ng-click ="appendTag(aTalk.suggestedCategory) "> {{aTalk.suggestedCategory}}</ button >
333
- < button class ="btn " ng-click ="appendTag('ai') " title ="AI / machine learning "> ai</ button >
334
- < button class ="btn " ng-click ="appendTag('arch') " title ="Architecture "> arch</ button >
335
- < button class ="btn " ng-click ="appendTag('core') " title ="JVM / Java (core) / compilers "> core</ button >
336
- < button class ="btn " ng-click ="appendTag('data') " title ="database / data processing "> data</ button >
337
- < button class ="btn " ng-click ="appendTag('devex') " title ="developer experience "> devex</ button >
338
- < button class ="btn " ng-click ="appendTag('exp') " title ="Experience report / software application "> exp</ button >
339
- < button class ="btn " ng-click ="appendTag('front') " title ="Frontend / design / UX "> front</ button >
340
- < button class ="btn " ng-click ="appendTag('infra') " title ="infrastructure, cloud "> infra</ button >
341
- < button class ="btn " ng-click ="appendTag('lang') " title ="Language / framework / API "> lang</ button >
342
- < button class ="btn " ng-click ="appendTag('misc') " title ="alt annet "> misc</ button >
343
- < button class ="btn " ng-click ="appendTag('ops') " title ="CI, DevOps "> ops</ button >
344
- < button class ="btn " ng-click ="appendTag('proc') " title ="Process / methodology "> proc</ button >
345
- < button class ="btn " ng-click ="appendTag('qa') " title ="testing "> qa</ button >
346
- < button class ="btn " ng-click ="appendTag('sec') " title ="security "> sec</ button >
333
+ < button ng-if =" aTalk.suggestedCategory != 'ai' " class ="btn " ng-click ="appendTag('ai') " title ="AI / machine learning "> ai</ button >
334
+ < button ng-if =" aTalk.suggestedCategory != 'arch' " class ="btn " ng-click ="appendTag('arch') " title ="Architecture "> arch</ button >
335
+ < button ng-if =" aTalk.suggestedCategory != 'core' " class ="btn " ng-click ="appendTag('core') " title ="JVM / Java (core) / compilers "> core</ button >
336
+ < button ng-if =" aTalk.suggestedCategory != 'data' " class ="btn " ng-click ="appendTag('data') " title ="database / data processing "> data</ button >
337
+ < button ng-if =" aTalk.suggestedCategory != 'devex' " class ="btn " ng-click ="appendTag('devex') " title ="developer experience "> devex</ button >
338
+ < button ng-if =" aTalk.suggestedCategory != 'exp' " class ="btn " ng-click ="appendTag('exp') " title ="Experience report / software application "> exp</ button >
339
+ < button ng-if =" aTalk.suggestedCategory != 'front' " class ="btn " ng-click ="appendTag('front') " title ="Frontend / design / UX "> front</ button >
340
+ < button ng-if =" aTalk.suggestedCategory != 'infra' " class ="btn " ng-click ="appendTag('infra') " title ="infrastructure, cloud "> infra</ button >
341
+ < button ng-if =" aTalk.suggestedCategory != 'land' " class ="btn " ng-click ="appendTag('lang') " title ="Language / framework / API "> lang</ button >
342
+ < button ng-if =" aTalk.suggestedCategory != 'misc' " class ="btn " ng-click ="appendTag('misc') " title ="alt annet "> misc</ button >
343
+ < button ng-if =" aTalk.suggestedCategory != 'ops' " class ="btn " ng-click ="appendTag('ops') " title ="CI, DevOps "> ops</ button >
344
+ < button ng-if =" aTalk.suggestedCategory != 'proc' " class ="btn " ng-click ="appendTag('proc') " title ="Process / methodology "> proc</ button >
345
+ < button ng-if =" aTalk.suggestedCategory != 'qa' " class ="btn " ng-click ="appendTag('qa') " title ="testing "> qa</ button >
346
+ < button ng-if =" aTalk.suggestedCategory != 'sec' " class ="btn " ng-click ="appendTag('sec') " title ="security "> sec</ button >
347
347
</ p >
348
348
< p >
349
349
< input ng-model ="newTag " type ="text " placeholder ="New tag " />
0 commit comments