Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 912770f

Browse files
cvrebertpkozlowski-opensource
authored andcommitted
docs(all): reflect Bootstrap's org change
also reflect the fact that the Typeahead was removed in Bootstrap v3 also fix some "typehead" (sic) typos Closes #1559
1 parent 6eb9c2a commit 912770f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bootstrap - [AngularJS](http://angularjs.org/) directives specific to [twitter bootstrap](http://twitter.github.io/bootstrap/)
1+
# bootstrap - [AngularJS](http://angularjs.org/) directives specific to [Bootstrap](http://getbootstrap.com)
22

33
***
44

@@ -50,7 +50,7 @@ We are simply not regularly testing against IE8.
5050

5151
### Native, lightweight directives
5252

53-
We are aiming at providing a set of AngularJS directives based on Twitter Bootstrap's markup and CSS. The goal is to provide **native AngularJS directives** without any dependency on jQuery or Bootstrap's JavaScript.
53+
We are aiming at providing a set of AngularJS directives based on Bootstrap's markup and CSS. The goal is to provide **native AngularJS directives** without any dependency on jQuery or Bootstrap's JavaScript.
5454
It is often better to rewrite an existing JavaScript code and create a new, pure AngularJS directive. Most of the time the resulting directive is smaller as compared to the orginal JavaScript code size and better integrated into the AngularJS ecosystem.
5555

5656
### Customizability

Diff for: misc/demo/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
7-
<title>Angular directives for Twitter's Bootstrap</title>
8-
<meta name="description" content="AngularJS (Angular) native directives for Twitter Bootstrap. Small footprint (5kB gzipped!), no 3rd party JS dependencies (jQuery, bootstrap JS) required! Widgets: <% demoModules.forEach(function(module) { %><%= module.displayName %>, <% }); %>">
7+
<title>Angular directives for Bootstrap</title>
8+
<meta name="description" content="AngularJS (Angular) native directives for Bootstrap. Small footprint (5kB gzipped!), no 3rd party JS dependencies (jQuery, bootstrap JS) required! Widgets: <% demoModules.forEach(function(module) { %><%= module.displayName %>, <% }); %>">
99
<meta name="google-site-verification" content="7lc5HyceLDqpV_6oNHteYFfxDJH7-S3DwnJKtNUKcRg" />
1010

1111
<script src="http://cdnjs.cloudflare.com/ajax/libs/fastclick/0.6.7/fastclick.min.js"></script>
@@ -137,7 +137,7 @@ <h1>Getting started</h1>
137137
<h3>Dependencies</h3>
138138
<p>
139139
This repository contains a set of <strong>native AngularJS directives</strong> based on
140-
Twitter Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's
140+
Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's
141141
JavaScript is required. The <strong>only required dependencies</strong> are:
142142
</p>
143143
<ul>
@@ -243,7 +243,7 @@ <h1><%= module.displayName %><small>
243243
<button type="button" class="btn btn-default" ng-model="options.tpls" btn-radio="true">Yes</button>
244244
<button type="button" class="btn btn-default" ng-model="options.tpls" btn-radio="false">No</button>
245245
</span>
246-
<small class="help-block">Whether you want to include the <i>default templates</i>, bundled with most of the directives. These templates are based on Twitter Bootstrap's markup and CSS.</small>
246+
<small class="help-block">Whether you want to include the <i>default templates</i>, bundled with most of the directives. These templates are based on Bootstrap's markup and CSS.</small>
247247
</div>
248248
</div>
249249
<div class="form-group">

Diff for: src/collapse/docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
AngularJS version of twitter's collapse plugin.
1+
AngularJS version of Bootstrap's collapse plugin.
22
Provides a simple way to hide and show an element with a css transition

Diff for: src/popover/docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
A lightweight, extensible directive for fancy popover creation. The popover
22
directive supports multiple placements, optional transition animation, and more.
33

4-
Like the Twitter Bootstrap jQuery plugin, the popover **requires** the tooltip
4+
Like the Bootstrap jQuery plugin, the popover **requires** the tooltip
55
module.
66

77
The popover directives provides several optional attributes to control how it

Diff for: src/typeahead/docs/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Typeahead is a AngularJS version of [Twitter Bootstrap typeahead plugin](http://twitter.github.com/bootstrap/javascript.html#typeahead).
2-
This directive can be used to quickly create elegant typeheads with any form text input.
1+
Typeahead is a AngularJS version of [Bootstrap v2's typeahead plugin](http://getbootstrap.com/2.3.2/javascript.html#typeahead).
2+
This directive can be used to quickly create elegant typeaheads with any form text input.
33

44
It is very well integrated into AngularJS as it uses a subset of the
55
[select directive](http://docs.angularjs.org/api/ng.directive:select) syntax, which is very flexible. Supported expressions are:
@@ -47,4 +47,4 @@ The typeahead directives provide several attributes:
4747

4848
* `typeahead-wait-ms` <i class="icon-eye-open"></i>
4949
_(Defaults: 0)_ :
50-
Minimal wait time after last character typed before typehead kicks-in
50+
Minimal wait time after last character typed before typeahead kicks-in

0 commit comments

Comments
 (0)