SHARE
TWEET

Untitled

a guest May 25th, 2016 1 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. selection.months contains:
  2. [
  3.   'Januar',
  4.   'Februar',
  5.   'März',
  6.   'April',
  7.   'Mai',
  8.   'Juni',
  9.   'Juli',
  10.   'August',
  11.   'September',
  12.   'Oktober',
  13.   'November',
  14.   'Dezember'
  15. ]
  16.  
  17.  
  18. <select required="" name="month" ng-model="selection.itemInfo.start.month" ng-options="idx as month for (idx, month) in selection.months">
  19.   <option value="" class="" selected="selected">Monat</option>
  20. </select>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top