Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
Angularjs not loading properly data-binding

Im trying to use this angularjs random data-binding in an ecommerce, but idk why it is not loading properly. It is a recent sales popup. Can anyone help me? Here is the code https://codepen.io/ranieri/pen/qBXLapK

clic to see the Image that shows the error

    <!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>Compras falsas</title>
  <link rel="stylesheet" href="./style.css">

     <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js'></script>
</head>
<body >
    
<!-- partial:index.partial.html -->
<section class="custom-social-proof" ng-if='!isLoading' ng-app='myapp' ng-controller='myctrl'>
    <div class="custom-notification">
      <div class="custom-notification-container">
        <div class="custom-notification-image-wrapper">
          <img id="myPicture" src={{::item[rand4].img}}>
        </div>
        <div class="custom-notification-content-wrapper">
          <p class="custom-notification-content" >
           {{::names[rand2]}} de {{::states[rand1]}}<br>
           Compró hace {{::horas[rand3]}} horas
            <small>{{::rand4+1}}x <a href="{{::item[rand4].link}}">{{::item[rand4].product}}</a></small>
          </p>
        </div>
      </div>
      <div class="custom-close"></div>
    </div>
  </section>
<!-- partial -->
 
    <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>    
   

</body>
</html>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!