UNPKG

webpack-angular-translate

Version:

Webpack plugin that extracts the translation-ids with the default texts.

16 lines (15 loc) 400 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div ng-repeat="guarantee in guaranteesGroupCtrl.financing.guarantees"> <kw-guarantee guarantee="guarantee" financing="guaranteesGroupCtrl.financing" on-delete="guaranteesGroupCtrl.removeGuarantee(guarantee)" $index="$index"> <span translate>Test</span> </kw-guarantee> </div> </body> </html>