UNPKG

webpack-angular-translate

Version:

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

14 lines (12 loc) 254 B
<!DOCTYPE html> <html ng-app="example"> <head> <title>Hello World, AngularJS</title> </head> <body> <button ui-sref="home">Home</button> <button ui-sref="user">show user</button> <div ui-view></div> <script src="dist/main.js"></script> </body> </html>