I'm currently working on an angular hybrib app (angular + angularJs).
The app use angular-gettext and ngx-translate for translation.
Both work in their own runtime but I can't make it work when I downgrade an Angular component into an angularJs one.
I wonder if there is a mismatch between the two translate directives ?
translate directive not work in angular
667 Views Asked by lionelB At
0
There are 0 best solutions below
Related Questions in ANGULARJS
- Angular Show All When No Filter Is Supplied
- Using pagination on a table in AngularJS
- State with different subviews
- Getting and passing MVC Model data to AngularJS controller
- Implementing prerender.io middleware in sails.js
- Token based authorization in nodejs/ExpressJs and Angular(Single Page Application)
- AngularJS, Google App Engine and URLrewrite
- send data from table to another page into forms
- How to write tests for classes with inheritance
- angularJS sending OPTIONS instead of POST
- Receiving POST from external application in AngularJS
- Metaprogramming AngularJS Filters
- Reload List after Closing Modal
- Why is my angularjs site not completely crawlable?
- Why is separation of JavaScript and HTML a good practice?
Related Questions in ANGULAR
- Is it possible to use ES5 JavaScript with Angular 2 instead of TypeScript?
- Module '"angular2/angular2"' has no exported member 'For'
- import syntax in typescript creating another js file in visual studio
- Separate ts file for imports
- How to use an AngularJS 2 component multiple times in the same page?
- injectables not working in angular 2.0 latest build 26
- Does angular2 bootstrap have a way to dynamically target elements like it does in angular 1.x
- Import {} from location is not found in VS Code using TypeScript and Angular 2
- Angular 2/Typescript: require not found
- ng-switch in Angular2
- Angular 2 import issue: "Zone already exported on window the object!"
- How to make FileReader work with Angular2?
- Writing the most basic Unit test in Angular 2?
- Angular2: Creating child components programmatically
- AngularJS - TypeError: Cannot read property 'canonicalUrl' of undefined
Related Questions in NGX-TRANSLATE
- ngx-translate not working in ng-bootstrap modal
- Use ngx-translate in a multi-module Angular setup and child-libraries
- Angular translate service, interpolate params in nested json
- Cannot find module @angular/common/http Ionic 3 app
- ngx-translate special chars issue
- How to use instant with ngx-translate
- Angular translator not working
- ngx-translate with dynamic text on ts file
- Angular 2+ dynamic translated page title using "TranslateService" & "Title"
- ngx-translate custom loader doesn't find translations
- ngx-translate .instant returns key instead of value
- Organizing translation files in angular2
- Translate variable value with ngx-translate
- How to add translate for the breadcrumbs in coreui angular
- How to localize data coming from the backend with ngx-translate
Related Questions in NG-UPGRADE
- Change-detection not working properly in ng2 component after navigation via angular1 ui-router
- NgUpgrade: Unable to use templateUrl when upgrading Angular1 components
- AngularJS upgrade to Angular
- Downgraded Angular component with no change detection in AngularJS
- After Angular upgrade to 16 , ng serve compilation fails with many errors
- After Angular 16 upgrade, throws errors for library mydatepicker and angular2-virtual-scroll not compatible with Angular ivy
- Alternative to toPromise with downgradeInjectable
- After Angular 14 Upgrade Every Single Unit Test Fails, "NullInjectorError: No Provider For HTTPClient!"
- Migration failed: Incompatible peer dependencies found
- Should .angular cache folder add to .dockerignore?
- Calling downgradeInjectable to use new Angular service in an AngularJS module throws TypeError
- Angular cli: include angularjs component styles in ngUpgrade hybrid project
- Looking for angular solution to angularJs algorithm with $compile
- Angularjs digest in progress error while using with hybrid app
- Bootstrap Angular 2 with Angular 1
Related Questions in ANGULAR-GETTEXT
- Protractor: getText() doesn't work [Unable to get text from Span in header]
- angular-gettext : change language dynamically?
- Angularjs Gettext Translate from mongodb database
- translate directive not work in angular
- angularjs/gettext: how to translate text in attributes
- angularjs: gettext not working in ngSwitch
- How to compile for csharp using angular-gettext?
- Angular-gettext doesn't update strings generated in code
- Arabian language doesn't work in angular-gettext?
- Use ui-sref in .po translation file for angular-gettext
- angular-gettext and translating strings in ternary conditions
- Angular translate decimal numbers
- angular-gettext does not pick the strings from .PO files
- Handling grammatical gender with Angular-Gettext
- Translating JSON file with Angular Gettext
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?