UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
angularjs_require
/
js
/
app.js
7 lines
(5 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
/*global define*/
'use strict'
;
define
([
'angular'
],
function
(
angular
) {
return
angular.
module
(
'todomvc'
, []); });