GUAC-1160: Generate localized field headers and option values within "form" module.

This commit is contained in:
Michael Jumper
2015-04-15 15:56:20 -07:00
parent 32019e7cdf
commit e1f769fcbc
8 changed files with 136 additions and 14 deletions

View File

@@ -23,4 +23,4 @@
/**
* Module for displaying dynamic forms.
*/
angular.module('form', []);
angular.module('form', ['locale']);