I'm using angular2-seed, with form validation. My project works well, but not on safari. When I go to the page has form validation, I get this error: EXCEPTION: Uncaught (in promise): ReferenceError: No locale data has been provided for this object yet.. This error just happen on old safari (<9.1.3), and works normally on modern safari 10.

Angular2 Form Validation not works on Safari
456 Views Asked by Einsamer At
0
There are 0 best solutions below
Related Questions in JAVASCRIPT
- Angular Show All When No Filter Is Supplied
- Why does a function show up as not defined
- I count the time the user takes to solve my quiz using Javascript but I want the same time displayed on another page
- Set "More" "Less" font size
- Using pagination on a table in AngularJS
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- State with different subviews
- Ajax jQuery firing multiple time display event for the same result
- Getting and passing MVC Model data to AngularJS controller
- Disable variable in eval
- javascript nested loops waiting for user input
- .hover() seems to overwrite .click()
- How to sort a multi-dimensional array by the second array in descending order?
- How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?
Related Questions in SAFARI
- transform-origin doesnt apply in safari
- Evernote Web Clipper and Content Security Policy
- Polymer 1.0 on Firefox, Safari /deep/ selector not working
- Safari Extension not geting session Info
- Why won't this URL work in Safari?
- CSS rotate animation doesn't start properly in Safari
- "Card" rotation and selectable text
- jQuery on('change') logic behaving wierdly in ios 8.2/8.3
- Parallax causing vertical scroll issues in Safari (and iOS Safari)
- Weird icons appearing on Safari in between words
- jQuery animate using a variable doesn't work in OSX Safari
- laravel ajax call in safari and on mobile methodNotFoundHttpException
- Safari turns Simple Cors Request into Preflight after 302 redirect
- iOS9 Safari content blocker extension not invoked
- Angular on a svg - $sce.trustAsHtml inside svg does not work in safari and ie
Related Questions in ANGULAR2-FORMS
- Angular2 - Form Directive not working
- Override built in required validator of angular 2
- Storing and instance instead of an array in rxjs5 Store
- Unable to get Angular2 model driven form to work
- Angular2 reactive form confirm equality of values
- how to post data to production website through local in angular2?
- How to pass parameter in DELETE request in Angular2
- How to Add a Validator dynamically to a FormControl in Angular 2
- why http request respose is not display in angular 2?
- Angular2 - model driven forms using CSS ng-valid styling breaks
- Dynamic / Reactive Forms Error - Angular 2
- Angular 2 http.post is not sending parameters as null in Dot.Net Core
- How to get Form Data in Angular 2
- Ionic2 / Angular2 Forms With FormGroup For Nested Components
- How to add more input fields using a button - Angular 2 dynamic forms
Related Questions in ANGULAR-VALIDATION
- How to Add a Validator dynamically to a FormControl in Angular 2
- Angular 4 Custom Validator ngIf not displaying error <span>
- AngularJs validate input length for multiple lengths
- Angular (4): password match validator not working
- Passing data from a component to Material Dialog
- Angular 4 ReactiveForms Validation
- Angular (4): Custom Validator in a Template-Driven form shows the current value of the field behind
- Angular2 Form Validation not works on Safari
- use formControlName for custom input component in reactive form
- multiple custom validators in reactive form angular 2
- Async Validator not returning error object
- Angular form validation: compare two fields
- Angular 4 + Angular Material 2 Template Form field validation not working
- Reactive Forms - skip validation on Cancel
- passing form control value to custom validator angular reactive form
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?