Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cb8190d

Browse files
SinglePage
1 parent f477876 commit cb8190d

File tree

22 files changed

+2560
-32
lines changed

22 files changed

+2560
-32
lines changed

‎Web/SinglePageAngularJS/app.js‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ app.config(function($stateProvider,$urlRouterProvider)
1111
url:'/home',
1212
templateUrl: 'templates/home.html',
1313
controller: 'homeCtr'
14+
})
15+
.state('home.dashboard',{
16+
url:'/home',
17+
templateUrl: 'templates/dashboard.html',
18+
controller: 'dashboardCtr'
1419
});
15-
1620
$urlRouterProvider.otherwise('login');
1721
});

‎Web/SinglePageAngularJS/assets/toolbar.css‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
}
2424

2525
.iconButton:hover{
26-
color: blue;
26+
color: red;
27+
width:80px;
2728
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "angular-filter",
3+
"main": "dist/angular-filter.js",
4+
"description": "Bunch of useful filters for angularJS(with no external dependencies!)",
5+
"version": "0.5.17",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/a8m/angular-filter.git"
10+
},
11+
"dependencies": {
12+
"angular": ">=1.4.3"
13+
},
14+
"devDependencies": {
15+
"angular-mocks": "1.4.3"
16+
},
17+
"ignore": [
18+
"node_modules",
19+
"bower_components",
20+
"package.json",
21+
"lib",
22+
"test",
23+
"src",
24+
"Gruntfile.js",
25+
".gitignore",
26+
"README.md",
27+
"travis.yml",
28+
".bowercc"
29+
],
30+
"homepage": "https://github.com/a8m/angular-filter",
31+
"_release": "0.5.17",
32+
"_resolution": {
33+
"type": "version",
34+
"tag": "v0.5.17",
35+
"commit": "8285ffda674181667ef1ddc32b92b7d6bd6c3711"
36+
},
37+
"_source": "https://github.com/a8m/angular-filter.git",
38+
"_target": "^0.5.17",
39+
"_originalSource": "angular-filter",
40+
"_direct": true
41+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "bower_components"
3+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- '6'
4+
before_script:
5+
- export DISPLAY=:99.0
6+
- sh -e /etc/init.d/xvfb start
7+
- 'npm install -g bower grunt-cli'
8+
- 'bower install --config.interactive=false'
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "angular-filter",
3+
"main": "dist/angular-filter.js",
4+
"description": "Bunch of useful filters for angularJS(with no external dependencies!)",
5+
"version": "0.5.17",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/a8m/angular-filter.git"
10+
},
11+
"dependencies": {
12+
"angular": ">=1.4.3"
13+
},
14+
"devDependencies": {
15+
"angular-mocks": "1.4.3"
16+
},
17+
"ignore": [
18+
"node_modules",
19+
"bower_components",
20+
"package.json",
21+
"lib",
22+
"test",
23+
"src",
24+
"Gruntfile.js",
25+
".gitignore",
26+
"README.md",
27+
"travis.yml",
28+
".bowercc"
29+
]
30+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /