Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <div class="bar bar-subheader bar-light">
  2. <label class="item item-input item-floating-label">
  3. <i class="icon ion-search placeholder-icon"></i>
  4. <input type="text" size="100" ng-model="q" placeholder="Procurar" ng-submit="fechaTeclado()" />
  5. </label>
  6. </div>
  7.  
  8. <div class="card" ng-repeat="item in ofertass | filter:q | orderBy:someModel | unique: 'cadastra_oferta_cod_oferta'" ng-init="$last ? fireEvent() : null">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement