@@ -57,6 +57,10 @@ <h3>Template HTML</h3>
5757 translate-child="PLACEHOLDER"
5858 translate-child-into="placeholder">
5959 </div>
60+ <div translate-base="dtrw.translate.forms.ACTIONS"
61+ translate-exclude-parent-base="true">
62+ <button type="button" translate-child="SUBMIT.BUTTON"></button>
63+ </div>
6064 </form>
6165 </div>
6266 </div>
@@ -69,6 +73,13 @@ <h3>Translations</h3>
6973 $translateProvider.translations('en', {
7074 dtrw: {
7175 translate: {
76+ forms: {
77+ ACTIONS: {
78+ SUBMIT: {
79+ BUTTON: 'Submit'
80+ }
81+ }
82+ },
7283 states: {
7384 login: {
7485 LAST_LOGIN: {
@@ -129,11 +140,17 @@ <h4 translate-child="TITLE"></h4>
129140 translate-child ="PLACEHOLDER "
130141 translate-child-into ="placeholder ">
131142 </ div >
143+ < div translate-base ="dtrw.translate.forms.ACTIONS "
144+ translate-exclude-parent-base ="true ">
145+ < button type ="button " translate-child ="SUBMIT.BUTTON "> </ button >
146+ </ div >
132147 </ form >
133148 </ div >
134149 </ div >
135150
136151 < script src ="../node_modules/angular/angular.js "> </ script >
152+ < script src ="../node_modules/angular-ui-router/release/angular-ui-router.js "> </ script >
153+ < script src ="../node_modules/angular-devtrw-filters/dist/dtrw.filters.js "> </ script >
137154 < script src ="../node_modules/angular-translate/dist/angular-translate.js "> </ script >
138155 < script src ="../dist/angular-devtrw-translate.js "> </ script >
139156 < script >
@@ -142,6 +159,13 @@ <h4 translate-child="TITLE"></h4>
142159 $translateProvider . translations ( 'en' , {
143160 dtrw : {
144161 translate : {
162+ forms : {
163+ ACTIONS : {
164+ SUBMIT : {
165+ BUTTON : 'Submit'
166+ }
167+ }
168+ } ,
145169 states : {
146170 login : {
147171 LAST_LOGIN : {
0 commit comments