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
0cfffc02
Commit
0cfffc02
authored
Aug 21, 2014
by
Pascal Hartig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AngularJS: Upgrade to 1.2.22 (skipping 1.2.21, oops)
parent
f07cabac
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
360 additions
and
262 deletions
+360
-262
architecture-examples/angularjs/bower.json
architecture-examples/angularjs/bower.json
+3
-3
architecture-examples/angularjs/bower_components/angular-route/angular-route.js
...angularjs/bower_components/angular-route/angular-route.js
+2
-4
architecture-examples/angularjs/bower_components/angular/angular.js
...re-examples/angularjs/bower_components/angular/angular.js
+355
-255
No files found.
architecture-examples/angularjs/bower.json
View file @
0cfffc02
...
...
@@ -2,11 +2,11 @@
"name"
:
"todomvc-angular"
,
"version"
:
"0.0.0"
,
"dependencies"
:
{
"angular"
:
"1.2.2
0
"
,
"angular"
:
"1.2.2
2
"
,
"todomvc-common"
:
"~0.1.4"
},
"devDependencies"
:
{
"angular-mocks"
:
"1.2.2
0
"
,
"angular-route"
:
"1.2.2
0
"
"angular-mocks"
:
"1.2.2
2
"
,
"angular-route"
:
"1.2.2
2
"
}
}
architecture-examples/angularjs/bower_components/angular-route/angular-route.js
View file @
0cfffc02
/**
* @license AngularJS v1.2.2
0
* @license AngularJS v1.2.2
2
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
...
...
@@ -473,9 +473,7 @@ function $RouteProvider(){
for
(
var
i
=
1
,
len
=
m
.
length
;
i
<
len
;
++
i
)
{
var
key
=
keys
[
i
-
1
];
var
val
=
'
string
'
==
typeof
m
[
i
]
?
decodeURIComponent
(
m
[
i
])
:
m
[
i
];
var
val
=
m
[
i
];
if
(
key
&&
val
)
{
params
[
key
.
name
]
=
val
;
...
...
architecture-examples/angularjs/bower_components/angular/angular.js
View file @
0cfffc02
This diff is collapsed.
Click to expand it.
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