mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-29 11:18:20 +08:00
15 lines
184 B
JavaScript
15 lines
184 B
JavaScript
'use strict';
|
|
(function () {
|
|
|
|
|
|
|
|
var app = angular.module('particleClicker', []);
|
|
})();
|
|
|
|
var discoveries = [
|
|
{
|
|
name: 'W-Boson',
|
|
description: 'Some nice description.'
|
|
}
|
|
];
|