Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created September 21, 2016 14:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save goofmint/862b2577c63c8cc7763c63c09529c338 to your computer and use it in GitHub Desktop.
7.md
var data = [];
for (var i = 0; i < 500; i++) {
data.push({
value: ("0000"+i).slice(-5)
})
}
this._accountComboBoxController.init({
data: data
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment