Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
d24fcd67
Commit
d24fcd67
authored
Feb 10, 2015
by
André Ruffert
Committed by
Sindre Sorhus
Feb 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Close #1150 PR: Update `angularjs_require` to new app UI. Fixes #1110
parent
7bad15e6
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13632 additions
and
7073 deletions
+13632
-7073
examples/angularjs_require/.gitignore
examples/angularjs_require/.gitignore
+17
-0
examples/angularjs_require/bower.json
examples/angularjs_require/bower.json
+0
-9
examples/angularjs_require/bower_components/todomvc-common/bg.png
.../angularjs_require/bower_components/todomvc-common/bg.png
+0
-0
examples/angularjs_require/bower_components/todomvc-common/bower.json
...ularjs_require/bower_components/todomvc-common/bower.json
+0
-22
examples/angularjs_require/index.html
examples/angularjs_require/index.html
+7
-12
examples/angularjs_require/js/main.js
examples/angularjs_require/js/main.js
+1
-1
examples/angularjs_require/node_modules/angular-loader/angular-loader.js
...rjs_require/node_modules/angular-loader/angular-loader.js
+405
-0
examples/angularjs_require/node_modules/angular/angular.js
examples/angularjs_require/node_modules/angular/angular.js
+12552
-6976
examples/angularjs_require/node_modules/requirejs/require.js
examples/angularjs_require/node_modules/requirejs/require.js
+52
-44
examples/angularjs_require/node_modules/todomvc-app-css/index.css
.../angularjs_require/node_modules/todomvc-app-css/index.css
+394
-0
examples/angularjs_require/node_modules/todomvc-common/base.css
...es/angularjs_require/node_modules/todomvc-common/base.css
+141
-0
examples/angularjs_require/node_modules/todomvc-common/base.js
...les/angularjs_require/node_modules/todomvc-common/base.js
+53
-9
examples/angularjs_require/package.json
examples/angularjs_require/package.json
+10
-0
No files found.
examples/angularjs_require/.gitignore
0 → 100644
View file @
d24fcd67
node_modules/*
node_modules/angular/*
!node_modules/angular/angular.js
node_modules/angular-loader/*
!node_modules/angular-loader/angular-loader.js
node_modules/requirejs/*
!node_modules/requirejs/require.js
node_modules/todomvc-app-css/*
!node_modules/todomvc-app-css/index.css
node_modules/todomvc-common/*
!node_modules/todomvc-common/base.css
!node_modules/todomvc-common/base.js
examples/angularjs_require/bower.json
deleted
100644 → 0
View file @
7bad15e6
{
"name"
:
"todomvc-angular-requirejs"
,
"version"
:
"0.0.0"
,
"dependencies"
:
{
"angular"
:
"1.2.8"
,
"todomvc-common"
:
"~0.3.0"
,
"requirejs"
:
"~2.1.9"
}
}
examples/angularjs_require/bower_components/todomvc-common/bg.png
deleted
100644 → 0
View file @
7bad15e6
2.08 KB
examples/angularjs_require/bower_components/todomvc-common/bower.json
deleted
100644 → 0
View file @
7bad15e6
{
"name"
:
"todomvc-common"
,
"description"
:
"Common TodoMVC utilities used by our apps"
,
"license"
:
"MIT"
,
"authors"
:
[
"TasteJS team"
],
"main"
:
[
"base.js"
,
"base.css"
],
"keywords"
:
[
"todomvc"
,
"tastejs"
,
"util"
,
"utilities"
],
"ignore"
:
[
"package.json"
,
"readme.md"
]
}
examples/angularjs_require/index.html
View file @
d24fcd67
...
...
@@ -3,17 +3,12 @@
<head>
<meta
charset=
"utf-8"
>
<title>
AngularJS
&
RequireJS • TodoMVC
</title>
<link
rel=
"stylesheet"
href=
"bower_components/todomvc-common/base.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/todomvc-common/base.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/todomvc-app-css/index.css"
>
<style>
[
ng-cloak
]
{
display
:
none
;
}
</style>
<script>
// Include angular-loader to allow modules to be loaded in any order.
/*
AngularJS v1.0.2
(c) 2010-2012 Google, Inc. http://angularjs.org
License: MIT
*/
(
function
(
i
){
'
use strict
'
;
function
d
(
c
,
b
,
e
){
return
c
[
b
]
||
(
c
[
b
]
=
e
())}
return
d
(
d
(
i
,
"
angular
"
,
Object
),
"
module
"
,
function
(){
var
c
=
{};
return
function
(
b
,
e
,
f
){
e
&&
c
.
hasOwnProperty
(
b
)
&&
(
c
[
b
]
=
null
);
return
d
(
c
,
b
,
function
(){
function
a
(
a
,
b
,
d
){
return
function
(){
c
[
d
||
"
push
"
]([
a
,
b
,
arguments
]);
return
g
}}
if
(
!
e
)
throw
Error
(
"
No module:
"
+
b
);
var
c
=
[],
d
=
[],
h
=
a
(
"
$injector
"
,
"
invoke
"
),
g
=
{
_invokeQueue
:
c
,
_runBlocks
:
d
,
requires
:
e
,
name
:
b
,
provider
:
a
(
"
$provide
"
,
"
provider
"
),
factory
:
a
(
"
$provide
"
,
"
factory
"
),
service
:
a
(
"
$provide
"
,
"
service
"
),
value
:
a
(
"
$provide
"
,
"
value
"
),
constant
:
a
(
"
$provide
"
,
"
constant
"
,
"
unshift
"
),
filter
:
a
(
"
$filterProvider
"
,
"
register
"
),
controller
:
a
(
"
$controllerProvider
"
,
"
register
"
),
directive
:
a
(
"
$compileProvider
"
,
"
directive
"
),
config
:
h
,
run
:
function
(
a
){
d
.
push
(
a
);
return
this
}};
f
&&
h
(
f
);
return
g
})}})})(
window
);
</script>
<!-- Include angular-loader to allow modules to be loaded in any order. -->
<script
src=
"node_modules/angular-loader/angular-loader.js"
></script>
</head>
<body>
<section
id=
"todoapp"
ng-controller=
"TodoController"
>
...
...
@@ -68,7 +63,7 @@
</p>
<p>
Part of
<a
href=
"http://todomvc.com"
>
TodoMVC
</a></p>
</footer>
<script
src=
"
bower_component
s/todomvc-common/base.js"
></script>
<script
data-main=
"js/main"
src=
"
bower_component
s/requirejs/require.js"
></script>
<script
src=
"
node_module
s/todomvc-common/base.js"
></script>
<script
data-main=
"js/main"
src=
"
node_module
s/requirejs/require.js"
></script>
</body>
</html>
examples/angularjs_require/js/main.js
View file @
d24fcd67
...
...
@@ -3,7 +3,7 @@
require
.
config
({
paths
:
{
angular
:
'
../
bower_component
s/angular/angular
'
angular
:
'
../
node_module
s/angular/angular
'
},
shim
:
{
angular
:
{
...
...
examples/angularjs_require/node_modules/angular-loader/angular-loader.js
0 → 100644
View file @
d24fcd67
This diff is collapsed.
Click to expand it.
examples/angularjs_require/
bower_component
s/angular/angular.js
→
examples/angularjs_require/
node_module
s/angular/angular.js
View file @
d24fcd67
This diff is collapsed.
Click to expand it.
examples/angularjs_require/
bower_component
s/requirejs/require.js
→
examples/angularjs_require/
node_module
s/requirejs/require.js
View file @
d24fcd67
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 2.1.1
0
Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
* @license RequireJS 2.1.1
5
Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
...
...
@@ -12,7 +12,7 @@ var requirejs, require, define;
(
function
(
global
)
{
var
req
,
s
,
head
,
baseElement
,
dataMain
,
src
,
interactiveScript
,
currentlyAddingScript
,
mainScript
,
subPath
,
version
=
'
2.1.1
0
'
,
version
=
'
2.1.1
5
'
,
commentRegExp
=
/
(\/\*([\s\S]
*
?)\*\/
|
([^
:
]
|^
)\/\/(
.*
)
$
)
/mg
,
cjsRequireRegExp
=
/
[^
.
]\s
*require
\s
*
\(\s
*
[
"'
]([^
'"
\s]
+
)[
"'
]\s
*
\)
/g
,
jsSuffixRegExp
=
/
\.
js$/
,
...
...
@@ -141,7 +141,7 @@ var requirejs, require, define;
throw
err
;
}
//Allow getting a global that expressed in
//Allow getting a global that
is
expressed in
//dot notation, like 'a.b.c'.
function
getGlobal
(
value
)
{
if
(
!
value
)
{
...
...
@@ -180,7 +180,7 @@ var requirejs, require, define;
if
(
typeof
requirejs
!==
'
undefined
'
)
{
if
(
isFunction
(
requirejs
))
{
//Do not overwrite an
d
existing requirejs instance.
//Do not overwrite an existing requirejs instance.
return
;
}
cfg
=
requirejs
;
...
...
@@ -232,21 +232,20 @@ var requirejs, require, define;
* @param {Array} ary the array of path segments.
*/
function
trimDots
(
ary
)
{
var
i
,
part
,
length
=
ary
.
length
;
for
(
i
=
0
;
i
<
length
;
i
++
)
{
var
i
,
part
;
for
(
i
=
0
;
i
<
ary
.
length
;
i
++
)
{
part
=
ary
[
i
];
if
(
part
===
'
.
'
)
{
ary
.
splice
(
i
,
1
);
i
-=
1
;
}
else
if
(
part
===
'
..
'
)
{
if
(
i
===
1
&&
(
ary
[
2
]
===
'
..
'
||
ary
[
0
]
===
'
..
'
))
{
//End of the line. Keep at least one non-dot
//path segment at the front so it can be mapped
//correctly to disk. Otherwise, there is likely
//no path mapping for a path starting with '..'.
//This can still fail, but catches the most reasonable
//uses of ..
break
;
// If at the start, or previous value is still ..,
// keep them so that when converted to a path it may
// still work when converted to a path, even though
// as an ID it is less than ideal. In larger point
// releases, may be better to just kick out an error.
if
(
i
===
0
||
(
i
==
1
&&
ary
[
2
]
===
'
..
'
)
||
ary
[
i
-
1
]
===
'
..
'
)
{
continue
;
}
else
if
(
i
>
0
)
{
ary
.
splice
(
i
-
1
,
2
);
i
-=
2
;
...
...
@@ -267,43 +266,37 @@ var requirejs, require, define;
*/
function
normalize
(
name
,
baseName
,
applyMap
)
{
var
pkgMain
,
mapValue
,
nameParts
,
i
,
j
,
nameSegment
,
lastIndex
,
foundMap
,
foundI
,
foundStarMap
,
starI
,
baseParts
=
baseName
&&
baseName
.
split
(
'
/
'
),
normalizedBaseParts
=
baseParts
,
foundMap
,
foundI
,
foundStarMap
,
starI
,
normalizedBaseParts
,
baseParts
=
(
baseName
&&
baseName
.
split
(
'
/
'
)),
map
=
config
.
map
,
starMap
=
map
&&
map
[
'
*
'
];
//Adjust any relative paths.
if
(
name
&&
name
.
charAt
(
0
)
===
'
.
'
)
{
//If have a base name, try to normalize against it,
//otherwise, assume it is a top-level require that will
//be relative to baseUrl in the end.
if
(
baseName
)
{
if
(
name
)
{
name
=
name
.
split
(
'
/
'
);
lastIndex
=
name
.
length
-
1
;
// If wanting node ID compatibility, strip .js from end
// of IDs. Have to do this here, and not in nameToUrl
// because node allows either .js or non .js to map
// to same file.
if
(
config
.
nodeIdCompat
&&
jsSuffixRegExp
.
test
(
name
[
lastIndex
]))
{
name
[
lastIndex
]
=
name
[
lastIndex
].
replace
(
jsSuffixRegExp
,
''
);
}
// Starts with a '.' so need the baseName
if
(
name
[
0
].
charAt
(
0
)
===
'
.
'
&&
baseParts
)
{
//Convert baseName to array, and lop off the last part,
//so that . matches that 'directory' and not name of the baseName's
//module. For instance, baseName of 'one/two/three', maps to
//'one/two/three.js', but we want the directory, 'one/two' for
//this normalization.
normalizedBaseParts
=
baseParts
.
slice
(
0
,
baseParts
.
length
-
1
);
name
=
name
.
split
(
'
/
'
);
lastIndex
=
name
.
length
-
1
;
// If wanting node ID compatibility, strip .js from end
// of IDs. Have to do this here, and not in nameToUrl
// because node allows either .js or non .js to map
// to same file.
if
(
config
.
nodeIdCompat
&&
jsSuffixRegExp
.
test
(
name
[
lastIndex
]))
{
name
[
lastIndex
]
=
name
[
lastIndex
].
replace
(
jsSuffixRegExp
,
''
);
}
name
=
normalizedBaseParts
.
concat
(
name
);
trimDots
(
name
);
name
=
name
.
join
(
'
/
'
);
}
else
if
(
name
.
indexOf
(
'
./
'
)
===
0
)
{
// No baseName, so this is ID is resolved relative
// to baseUrl, pull off the leading dot.
name
=
name
.
substring
(
2
);
}
trimDots
(
name
);
name
=
name
.
join
(
'
/
'
);
}
//Apply map config if available.
...
...
@@ -379,7 +372,13 @@ var requirejs, require, define;
//retry
pathConfig
.
shift
();
context
.
require
.
undef
(
id
);
context
.
require
([
id
]);
//Custom require that does not do map translation, since
//ID is "absolute", already mapped/resolved.
context
.
makeRequire
(
null
,
{
skipMap
:
true
})([
id
]);
return
true
;
}
}
...
...
@@ -445,7 +444,16 @@ var requirejs, require, define;
return
normalize
(
name
,
parentName
,
applyMap
);
});
}
else
{
normalizedName
=
normalize
(
name
,
parentName
,
applyMap
);
// If nested plugin references, then do not try to
// normalize, as it will not normalize correctly. This
// places a restriction on resourceIds, and the longer
// term solution is not to normalize until plugins are
// loaded and all normalizations to allow for async
// loading of a loader plugin. But for now, fixes the
// common uses. Details in #1131
normalizedName
=
name
.
indexOf
(
'
!
'
)
===
-
1
?
normalize
(
name
,
parentName
,
applyMap
)
:
name
;
}
}
else
{
//A regular module.
...
...
@@ -567,7 +575,7 @@ var requirejs, require, define;
mod
.
usingExports
=
true
;
if
(
mod
.
map
.
isDefine
)
{
if
(
mod
.
exports
)
{
return
mod
.
exports
;
return
(
defined
[
mod
.
map
.
id
]
=
mod
.
exports
)
;
}
else
{
return
(
mod
.
exports
=
defined
[
mod
.
map
.
id
]
=
{});
}
...
...
@@ -583,7 +591,7 @@ var requirejs, require, define;
config
:
function
()
{
return
getOwn
(
config
.
config
,
mod
.
map
.
id
)
||
{};
},
exports
:
handlers
.
exports
(
mod
)
exports
:
mod
.
exports
||
(
mod
.
exports
=
{}
)
});
}
}
...
...
@@ -1502,7 +1510,7 @@ var requirejs, require, define;
/**
* Called to enable a module if it is still in the registry
* awaiting enablement. A second arg, parent, the parent module,
* is passed in for context, when this method is overriden by
* is passed in for context, when this method is overrid
d
en by
* the optimizer. Not shown here to keep code compact.
*/
enable
:
function
(
depMap
)
{
...
...
examples/angularjs_require/
bower_components/todomvc-common/base
.css
→
examples/angularjs_require/
node_modules/todomvc-app-css/index
.css
View file @
d24fcd67
This diff is collapsed.
Click to expand it.
examples/angularjs_require/node_modules/todomvc-common/base.css
0 → 100644
View file @
d24fcd67
hr
{
margin
:
20px
0
;
border
:
0
;
border-top
:
1px
dashed
#c5c5c5
;
border-bottom
:
1px
dashed
#f7f7f7
;
}
.learn
a
{
font-weight
:
normal
;
text-decoration
:
none
;
color
:
#b83f45
;
}
.learn
a
:hover
{
text-decoration
:
underline
;
color
:
#787e7e
;
}
.learn
h3
,
.learn
h4
,
.learn
h5
{
margin
:
10px
0
;
font-weight
:
500
;
line-height
:
1.2
;
color
:
#000
;
}
.learn
h3
{
font-size
:
24px
;
}
.learn
h4
{
font-size
:
18px
;
}
.learn
h5
{
margin-bottom
:
0
;
font-size
:
14px
;
}
.learn
ul
{
padding
:
0
;
margin
:
0
0
30px
25px
;
}
.learn
li
{
line-height
:
20px
;
}
.learn
p
{
font-size
:
15px
;
font-weight
:
300
;
line-height
:
1.3
;
margin-top
:
0
;
margin-bottom
:
0
;
}
#issue-count
{
display
:
none
;
}
.quote
{
border
:
none
;
margin
:
20px
0
60px
0
;
}
.quote
p
{
font-style
:
italic
;
}
.quote
p
:before
{
content
:
'“'
;
font-size
:
50px
;
opacity
:
.15
;
position
:
absolute
;
top
:
-20px
;
left
:
3px
;
}
.quote
p
:after
{
content
:
'”'
;
font-size
:
50px
;
opacity
:
.15
;
position
:
absolute
;
bottom
:
-42px
;
right
:
3px
;
}
.quote
footer
{
position
:
absolute
;
bottom
:
-40px
;
right
:
0
;
}
.quote
footer
img
{
border-radius
:
3px
;
}
.quote
footer
a
{
margin-left
:
5px
;
vertical-align
:
middle
;
}
.speech-bubble
{
position
:
relative
;
padding
:
10px
;
background
:
rgba
(
0
,
0
,
0
,
.04
);
border-radius
:
5px
;
}
.speech-bubble
:after
{
content
:
''
;
position
:
absolute
;
top
:
100%
;
right
:
30px
;
border
:
13px
solid
transparent
;
border-top-color
:
rgba
(
0
,
0
,
0
,
.04
);
}
.learn-bar
>
.learn
{
position
:
absolute
;
width
:
272px
;
top
:
8px
;
left
:
-300px
;
padding
:
10px
;
border-radius
:
5px
;
background-color
:
rgba
(
255
,
255
,
255
,
.6
);
transition-property
:
left
;
transition-duration
:
500ms
;
}
@media
(
min-width
:
899px
)
{
.learn-bar
{
width
:
auto
;
padding-left
:
300px
;
}
.learn-bar
>
.learn
{
left
:
8px
;
}
}
examples/angularjs_require/
bower_component
s/todomvc-common/base.js
→
examples/angularjs_require/
node_module
s/todomvc-common/base.js
View file @
d24fcd67
/* global _ */
(
function
()
{
'
use strict
'
;
/* jshint ignore:start */
// Underscore's Template Module
// Courtesy of underscorejs.org
var
_
=
(
function
(
_
)
{
...
...
@@ -114,6 +116,7 @@
if
(
location
.
hostname
===
'
todomvc.com
'
)
{
window
.
_gaq
=
[[
'
_setAccount
'
,
'
UA-31081062-1
'
],[
'
_trackPageview
'
]];(
function
(
d
,
t
){
var
g
=
d
.
createElement
(
t
),
s
=
d
.
getElementsByTagName
(
t
)[
0
];
g
.
src
=
'
//www.google-analytics.com/ga.js
'
;
s
.
parentNode
.
insertBefore
(
g
,
s
)}(
document
,
'
script
'
));
}
/* jshint ignore:end */
function
redirect
()
{
if
(
location
.
hostname
===
'
tastejs.github.io
'
)
{
...
...
@@ -171,30 +174,71 @@
framework
=
document
.
querySelector
(
'
[data-framework]
'
).
dataset
.
framework
;
}
this
.
template
=
template
;
if
(
template
&&
learnJSON
[
framework
])
{
if
(
learnJSON
.
backend
)
{
this
.
frameworkJSON
=
learnJSON
.
backend
;
this
.
frameworkJSON
.
issueLabel
=
framework
;
this
.
append
({
backend
:
true
});
}
else
if
(
learnJSON
[
framework
])
{
this
.
frameworkJSON
=
learnJSON
[
framework
];
this
.
template
=
template
;
this
.
frameworkJSON
.
issueLabel
=
framework
;
this
.
append
();
}
this
.
fetchIssueCount
();
}
Learn
.
prototype
.
append
=
function
()
{
Learn
.
prototype
.
append
=
function
(
opts
)
{
var
aside
=
document
.
createElement
(
'
aside
'
);
aside
.
innerHTML
=
_
.
template
(
this
.
template
,
this
.
frameworkJSON
);
aside
.
className
=
'
learn
'
;
// Localize demo links
var
demoLinks
=
aside
.
querySelectorAll
(
'
.demo-link
'
);
Array
.
prototype
.
forEach
.
call
(
demoLinks
,
function
(
demoLink
)
{
demoLink
.
setAttribute
(
'
href
'
,
findRoot
()
+
demoLink
.
getAttribute
(
'
href
'
));
});
if
(
opts
&&
opts
.
backend
)
{
// Remove demo link
var
sourceLinks
=
aside
.
querySelector
(
'
.source-links
'
);
var
heading
=
sourceLinks
.
firstElementChild
;
var
sourceLink
=
sourceLinks
.
lastElementChild
;
// Correct link path
var
href
=
sourceLink
.
getAttribute
(
'
href
'
);
sourceLink
.
setAttribute
(
'
href
'
,
href
.
substr
(
href
.
lastIndexOf
(
'
http
'
)));
sourceLinks
.
innerHTML
=
heading
.
outerHTML
+
sourceLink
.
outerHTML
;
}
else
{
// Localize demo links
var
demoLinks
=
aside
.
querySelectorAll
(
'
.demo-link
'
);
Array
.
prototype
.
forEach
.
call
(
demoLinks
,
function
(
demoLink
)
{
if
(
demoLink
.
getAttribute
(
'
href
'
).
substr
(
0
,
4
)
!==
'
http
'
)
{
demoLink
.
setAttribute
(
'
href
'
,
findRoot
()
+
demoLink
.
getAttribute
(
'
href
'
));
}
});
}
document
.
body
.
className
=
(
document
.
body
.
className
+
'
learn-bar
'
).
trim
();
document
.
body
.
insertAdjacentHTML
(
'
afterBegin
'
,
aside
.
outerHTML
);
};
Learn
.
prototype
.
fetchIssueCount
=
function
()
{
var
issueLink
=
document
.
getElementById
(
'
issue-count-link
'
);
if
(
issueLink
)
{
var
url
=
issueLink
.
href
.
replace
(
'
https://github.com
'
,
'
https://api.github.com/repos
'
);
var
xhr
=
new
XMLHttpRequest
();
xhr
.
open
(
'
GET
'
,
url
,
true
);
xhr
.
onload
=
function
(
e
)
{
var
parsedResponse
=
JSON
.
parse
(
e
.
target
.
responseText
);
if
(
parsedResponse
instanceof
Array
)
{
var
count
=
parsedResponse
.
length
if
(
count
!==
0
)
{
issueLink
.
innerHTML
=
'
This app has
'
+
count
+
'
open issues
'
;
document
.
getElementById
(
'
issue-count
'
).
style
.
display
=
'
inline
'
;
}
}
};
xhr
.
send
();
}
};
redirect
();
getFile
(
'
learn.json
'
,
Learn
);
})();
examples/angularjs_require/package.json
0 → 100644
View file @
d24fcd67
{
"private"
:
true
,
"dependencies"
:
{
"angular"
:
"^1.3.13"
,
"angular-loader"
:
"^1.3.13"
,
"requirejs"
:
"^2.1.15"
,
"todomvc-app-css"
:
"^1.0.0"
,
"todomvc-common"
:
"^1.0.1"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment