Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
feat(*): set up UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo s A. Guillen committed Aug 6, 2014
1 parent 036a6cf commit f3703f4
Show file tree
Hide file tree
Showing 14 changed files with 520 additions and 455 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"dependencies": {
"angular": "~1.2.20",
"d3": "~3.2.6",
"angular-loader": "~1.2.20"
"angular-loader": "~1.2.20",
"angular-bootstrap": "~0.11.0",
"jquery": "~2.1.1",
"bootstrap": "~3.2.0"
},
"devDependencies": {
"angular-mocks": "~1.2.20"
Expand Down
12 changes: 6 additions & 6 deletions bower_components/angular-mocks/.bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "angular-mocks",
"version": "1.2.20",
"version": "1.2.21",
"main": "./angular-mocks.js",
"dependencies": {
"angular": "1.2.20"
"angular": "1.2.21"
},
"homepage": "https://github.com/angular/bower-angular-mocks",
"_release": "1.2.20",
"_release": "1.2.21",
"_resolution": {
"type": "version",
"tag": "v1.2.20",
"commit": "06f3df222637715399df201ff0f325527db93250"
"tag": "v1.2.21",
"commit": "ab33e90eaec5bb2c96126e808ae9f44cf59b7205"
},
"_source": "git://github.com/angular/bower-angular-mocks.git",
"_target": "~1.2.0",
"_target": "~1.2.20",
"_originalSource": "angular-mocks"
}
4 changes: 3 additions & 1 deletion bower_components/angular-mocks/angular-mocks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.2.20
* @license AngularJS v1.2.21
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -1722,6 +1722,7 @@ angular.mock.$RootElementProvider = function() {
/**
* @ngdoc module
* @name ngMock
* @packageName angular-mocks
* @description
*
* # ngMock
Expand Down Expand Up @@ -1751,6 +1752,7 @@ angular.module('ngMock', ['ng']).provider({
* @ngdoc module
* @name ngMockE2E
* @module ngMockE2E
* @packageName angular-mocks
* @description
*
* The `ngMockE2E` is an angular module which contains mocks suitable for end-to-end testing.
Expand Down
4 changes: 2 additions & 2 deletions bower_components/angular-mocks/bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-mocks",
"version": "1.2.20",
"version": "1.2.21",
"main": "./angular-mocks.js",
"dependencies": {
"angular": "1.2.20"
"angular": "1.2.21"
}
}
10 changes: 5 additions & 5 deletions bower_components/angular/.bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "angular",
"version": "1.2.20",
"version": "1.2.21",
"main": "./angular.js",
"dependencies": {},
"homepage": "https://github.com/angular/bower-angular",
"_release": "1.2.20",
"_release": "1.2.21",
"_resolution": {
"type": "version",
"tag": "v1.2.20",
"commit": "afae4862f83999b26797daa7e76af94b2b74e575"
"tag": "v1.2.21",
"commit": "162c9a2dbffe36e0b583d78a87fc2ccb2a3abf20"
},
"_source": "git://github.com/angular/bower-angular.git",
"_target": "~1.2.0",
"_target": "1.2.21",
"_originalSource": "angular"
}
Loading

0 comments on commit f3703f4

Please sign in to comment.