UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
angularjs-perf
/
js
/
app.js
11 lines
(9 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/*global angular */
/*jshint unused:false */
'use strict'
;
/** * The main TodoMVC app module * *
@type
{
angular.Module
} */
var
todomvc = angular.
module
(
'todomvc'
, []);