UNPKG

todomvc

Version:

> Helping you select an MV\* framework

7 lines (5 loc) 117 B
/*global define*/ 'use strict'; define(['angular'], function (angular) { return angular.module('todomvc', []); });