angular-ui-bootstrap-rails 0.11.1 → 0.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27e4bece79303fd2da07e638a82cbfd6804c577c
4
- data.tar.gz: 00475d11b2f375ce5e66e2325c67df12ea54038d
3
+ metadata.gz: 2ddede1d00763026253c422a422c72df0c6d9d01
4
+ data.tar.gz: 0063db1d4f4b73a0a03a88e82b3aa0720ef4d7a8
5
5
  SHA512:
6
- metadata.gz: 1b6dabb638ff4e3e744d9973cbd19841ee1b059cc4e45c173e26e9b61fb328591272005d6ca0aa6d1e26fd5b6535a2989b535684dbb5ed5bd3dcda916b5169a5
7
- data.tar.gz: 73def3d19c170800d216f6a22d0738f87f885a5ef047b5031e800d942cb3d07f23d88796ead7a157b1bfac6d88083fb308722edd53a36d1769e8ada9aec2915b
6
+ metadata.gz: 7cb7603a03da167cebc059ecdcbfb60046377f6e5fa22defa50539105f904a4b8988392d79a0b313e06ee6f09ef61748f8219c4b90aa7fe3976abaa5a5f2c0d5
7
+ data.tar.gz: 0cc339371c416084f21a2332fbcc36851c045ee54d6330f7309c1fdc26dacaf79e6922d3d9d49f4aaebe28c9bc5977b0ef08284132811e4399eb6e2459e9ab84
@@ -1,7 +1,7 @@
1
1
  module AngularUI
2
2
  module Bootstrap
3
3
  module Rails
4
- VERSION = "0.11.1"
4
+ VERSION = "0.11.2"
5
5
  end
6
6
  end
7
7
  end
@@ -2,7 +2,7 @@
2
2
  * angular-ui-bootstrap
3
3
  * http://angular-ui.github.io/bootstrap/
4
4
 
5
- * Version: 0.11.1 - 2014-09-26
5
+ * Version: 0.11.2 - 2014-09-26
6
6
  * License: MIT
7
7
  */
8
8
  angular.module("ui.bootstrap", ["ui.bootstrap.tpls", "ui.bootstrap.transition","ui.bootstrap.collapse","ui.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.bootstrap.carousel","ui.bootstrap.dateparser","ui.bootstrap.position","ui.bootstrap.datepicker","ui.bootstrap.dropdown","ui.bootstrap.modal","ui.bootstrap.pagination","ui.bootstrap.tooltip","ui.bootstrap.popover","ui.bootstrap.progressbar","ui.bootstrap.rating","ui.bootstrap.tabs","ui.bootstrap.timepicker","ui.bootstrap.typeahead"]);
@@ -1732,6 +1732,7 @@ angular.module('ui.bootstrap.dropdown', [])
1732
1732
 
1733
1733
  .directive('dropdown', function() {
1734
1734
  return {
1735
+ restrict: 'CA',
1735
1736
  controller: 'DropdownController',
1736
1737
  link: function(scope, element, attrs, dropdownCtrl) {
1737
1738
  dropdownCtrl.init( element );
@@ -1741,6 +1742,7 @@ angular.module('ui.bootstrap.dropdown', [])
1741
1742
 
1742
1743
  .directive('dropdownToggle', function() {
1743
1744
  return {
1745
+ restrict: 'CA',
1744
1746
  require: '?^dropdown',
1745
1747
  link: function(scope, element, attrs, dropdownCtrl) {
1746
1748
  if ( !dropdownCtrl ) {
@@ -2,7 +2,7 @@
2
2
  * angular-ui-bootstrap
3
3
  * http://angular-ui.github.io/bootstrap/
4
4
 
5
- * Version: 0.11.1 - 2014-09-26
5
+ * Version: 0.11.2 - 2014-09-26
6
6
  * License: MIT
7
7
  */
8
8
  angular.module("ui.bootstrap", ["ui.bootstrap.transition","ui.bootstrap.collapse","ui.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.bootstrap.carousel","ui.bootstrap.dateparser","ui.bootstrap.position","ui.bootstrap.datepicker","ui.bootstrap.dropdown","ui.bootstrap.modal","ui.bootstrap.pagination","ui.bootstrap.tooltip","ui.bootstrap.popover","ui.bootstrap.progressbar","ui.bootstrap.rating","ui.bootstrap.tabs","ui.bootstrap.timepicker","ui.bootstrap.typeahead"]);
@@ -1731,6 +1731,7 @@ angular.module('ui.bootstrap.dropdown', [])
1731
1731
 
1732
1732
  .directive('dropdown', function() {
1733
1733
  return {
1734
+ restrict: 'CA',
1734
1735
  controller: 'DropdownController',
1735
1736
  link: function(scope, element, attrs, dropdownCtrl) {
1736
1737
  dropdownCtrl.init( element );
@@ -1740,6 +1741,7 @@ angular.module('ui.bootstrap.dropdown', [])
1740
1741
 
1741
1742
  .directive('dropdownToggle', function() {
1742
1743
  return {
1744
+ restrict: 'CA',
1743
1745
  require: '?^dropdown',
1744
1746
  link: function(scope, element, attrs, dropdownCtrl) {
1745
1747
  if ( !dropdownCtrl ) {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: angular-ui-bootstrap-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Constantin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-26 00:00:00.000000000 Z
11
+ date: 2014-10-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Injects Angular.js UI Bootstrap directives into your asset pipeline.
14
14
  email: chris@chrisconstantin.net