Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
chore(docs): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Sep 26, 2014
1 parent 500b426 commit 2dd89f8
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 305 deletions.
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -47,6 +47,7 @@
"highlightjs": "^8.0.0",
"jquery": "^2.1.1",
"font-awesome": "^4.1.0",
"fastclick": "^1.0.3"
"fastclick": "^1.0.3",
"bootstrap-additions": "~0.2.3"
}
}
8 changes: 1 addition & 7 deletions docs/index.html
Expand Up @@ -40,14 +40,8 @@

<!-- build:css styles/libraries.min.css -->
<link rel="stylesheet" href="bower_components/highlightjs/styles/github.css">
<!-- endbuild -->

<!-- build:css styles/angular-motion.min.css -->
<link rel="stylesheet" href="bower_components/angular-motion/dist/angular-motion.css">
<!-- endbuild -->

<!-- build:css(.tmp) styles/bootstrap-additions.min.css -->
<link rel="stylesheet" href="styles/bootstrap-additions.css">
<link rel="stylesheet" href="bower_components/bootstrap-additions/dist/bootstrap-additions.css">
<!-- endbuild -->

<!-- build:css(.tmp) styles/main.min.css -->
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/app.js
Expand Up @@ -8,7 +8,7 @@ angular.module('mgcrea.ngStrapDocs', [
'ngAnimate'
])

.constant('version', 'v2.1.0')
.constant('version', 'v2.1.1')

.config(function($plunkrProvider, version) {

Expand Down
8 changes: 0 additions & 8 deletions docs/styles/bootstrap-additions.less

This file was deleted.

29 changes: 0 additions & 29 deletions docs/styles/bootstrap-additions/alert.less

This file was deleted.

53 changes: 0 additions & 53 deletions docs/styles/bootstrap-additions/aside.less

This file was deleted.

42 changes: 0 additions & 42 deletions docs/styles/bootstrap-additions/callout.less

This file was deleted.

8 changes: 0 additions & 8 deletions docs/styles/bootstrap-additions/other.less

This file was deleted.

36 changes: 0 additions & 36 deletions docs/styles/bootstrap-additions/popover.less

This file was deleted.

95 changes: 0 additions & 95 deletions docs/styles/bootstrap-additions/tooltip.less

This file was deleted.

1 change: 1 addition & 0 deletions docs/styles/main.less
Expand Up @@ -2,6 +2,7 @@
@import (reference) "../bower_components/bootstrap/less/bootstrap";
// @import "angular-motion/main";
// @import "bootstrap-additions/bootstrap-additions";
@import "main/animations";
@import "docs/docs";
// @import "dev/animations";

Expand Down
@@ -1,26 +1,5 @@
@import (reference) "../../bower_components/angular-motion/src/fade-and-slide/fade-and-slide.less";

// Fade & Slide
//

@fade-and-slide-duration: .3s;
@fade-and-slide-timing-function: ease-in-out;

.modal {
&.center {
.modal-dialog {
position: fixed;
top: 40%;
left: 50%;
min-width: 320px;
max-width: 630px;
width: 50%;
transform: translateX(-50%) translateY(-50%);
}
}
}
.modal-backdrop{
// display: none !important;
}
.modal {

animation: noop !important;
Expand Down
9 changes: 7 additions & 2 deletions docs/views/navbar.html
Expand Up @@ -26,8 +26,13 @@
<a href="./about">About</a>
</li> -->
<li>
<a class="travis-btn" href="//travis-ci.org/#!/mgcrea/angular-strap" target="_blank">
<img src="//secure.travis-ci.org/mgcrea/angular-strap.svg?branch=master"/>
<a class="github-badge" href="//travis-ci.org/mgcrea/angular-strap" target="_blank">
<img src="//img.shields.io/travis/mgcrea/angular-strap/master.svg?style=flat"/>
</a>
</li>
<li>
<a class="github-badge" href="//codeclimate.com/github/mgcrea/angular-strap" target="_blank">
<img src="//img.shields.io/codeclimate/coverage/github/mgcrea/angular-strap.svg?style=flat"/>
</a>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion test/karma.conf.js
@@ -1,5 +1,5 @@
// Karma configuration
// http://karma-runner.github.io/0.10/config/configuration-file.html
// http://karma-runner.github.io/0.12/config/configuration-file.html

'use strict';

Expand Down

0 comments on commit 2dd89f8

Please sign in to comment.