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
9017b22b
Commit
9017b22b
authored
Jun 18, 2014
by
Pascal Hartig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AngularJS: Upgrade to 1.2.18
parent
fe4e5f99
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
876 additions
and
622 deletions
+876
-622
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
+3
-3
architecture-examples/angularjs/bower_components/angular/angular.js
...re-examples/angularjs/bower_components/angular/angular.js
+870
-616
No files found.
architecture-examples/angularjs/bower.json
View file @
9017b22b
...
...
@@ -2,11 +2,11 @@
"name"
:
"todomvc-angular"
,
"version"
:
"0.0.0"
,
"dependencies"
:
{
"angular"
:
"1.2.1
6
"
,
"angular"
:
"1.2.1
8
"
,
"todomvc-common"
:
"~0.1.4"
},
"devDependencies"
:
{
"angular-mocks"
:
"1.2.1
6
"
,
"angular-route"
:
"1.2.1
6
"
"angular-mocks"
:
"1.2.1
8
"
,
"angular-route"
:
"1.2.1
8
"
}
}
architecture-examples/angularjs/bower_components/angular-route/angular-route.js
View file @
9017b22b
/**
* @license AngularJS v1.2.1
6
* @license AngularJS v1.2.1
8
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
...
...
@@ -27,7 +27,7 @@ var ngRouteModule = angular.module('ngRoute', ['ng']).
/**
* @ngdoc provider
* @name $routeProvider
* @function
* @
kind
function
*
* @description
*
...
...
@@ -632,7 +632,7 @@ ngRouteModule.provider('$routeParams', $RouteParamsProvider);
* // Route: /Chapter/:chapterId/Section/:sectionId
* //
* // Then
* $routeParams ==> {chapterId:
1, sectionId:2
, search:'moby'}
* $routeParams ==> {chapterId:
'1', sectionId:'2'
, search:'moby'}
* ```
*/
function
$RouteParamsProvider
()
{
...
...
architecture-examples/angularjs/bower_components/angular/angular.js
View file @
9017b22b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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