angular-devtrw-translate
v0.2.2
Published
Provides translate-base and translate-child directives for angular-translate
Downloads
2
Readme
angular-devtrw-translate
Provides a translate-base
and translate-child
directive that wrap angular-translate
functionality.
translate-base
sets a base translation key that will be prepended to any translate-child
directives.
See the demo/index.html
file for example usage.
Installation
- Install the source files using bower:
bower install angular-devtrw-translate
- Include either source file in
dist/
, they are both the same.
Note: Both files have the same content however one has a hash of the file appended to
the filename and will change with each version. The revisioned filename is referenced in
the main
section of the contained bower.json
for use with automated build tools.
3. Include the dtrw.translate
module in your Angular app
Usage
See the demo/index.html for usage examples. If this gains any useage outside of our internal team I will add some more documentation here. Shoot me an email at [email protected] if you need any help.
License
See the included LICENSE file.