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

Commit aac6ab8

Browse files
author
pkempenaers
committed
Release 2.0.0-beta.6
1 parent 7c671c1 commit aac6ab8

File tree

10 files changed

+31
-31
lines changed

10 files changed

+31
-31
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-dropdown-multiselect",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"authors": [
55
"Dotan Simha <dotansimha@gmail.com>",
66
"Pieter Kempenaers <pkempenaers@myforce.be>"

component/component.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/maps/component.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
.carousel,
44
.panel-title a {
55
cursor: pointer;
6-
}</style><link rel=stylesheet href=//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/default.min.css><script src=//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js></script><link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel=stylesheet type=text/css><!-- Place favicon.ico and apple-touch-icon.png in the root directory --><link rel=stylesheet href=styles/vendor.css><link rel=stylesheet href=styles/app.css></head><body><!--[if lt IE 10]>
6+
}</style><link rel=stylesheet href=//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/default.min.css><script src=//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js></script><link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel=stylesheet type=text/css><!-- Place favicon.ico and apple-touch-icon.png in the root directory --><link rel=stylesheet href=styles/app.css></head><body><!--[if lt IE 10]>
77
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
88
<![endif]--><header><div class=inner><a href=https://github.com/dotansimha/angularjs-dropdown-multiselect class="btn btn-info pull-right gh-button-link"><strong>View project on<br>GitHub</strong></a><h1>AngularJS Dropdown Multiselect</h1><h2>based on Bootstrap's dropdown</h2></div></header><div class=container><div class=row><div class=col-md-12><ui-view></ui-view></div></div></div><footer><div class=inner><p>This page was generated by <a href=https://pages.github.com>GitHub Pages</a> using the Architect theme by <a href=https://twitter.com/jasonlong>Jason Long</a>.</p></div></footer><script src=scripts/vendor.js></script><script src=scripts/app.js></script></body></html>

docs/maps/scripts/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/maps/scripts/vendor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scripts/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/scripts/vendor.js

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/styles/vendor.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "pkempenaers@myforce.be",
33
"name": "angularjs-dropdown-multiselect",
4-
"version": "2.0.0-beta.5",
4+
"version": "2.0.0-beta.6",
55
"description": "This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.",
66
"homepage": "http://dotansimha.github.io/angularjs-dropdown-multiselect/#/",
77
"dependencies": {

0 commit comments

Comments
 (0)