Skip to content

Commit d8d36f4

Browse files
v1.0.3
1 parent 2b901ab commit d8d36f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "ui-accordion",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"dependencies": {
55
"angular": "^1.3.0"
66
},

dist/scripts/ui-accordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
(function(){
3-
angular.module('nbAriaUiApp')
3+
angular.module('uiAccordion')
44
.directive('ngAccordion',function ($q,$log) {
55
return {
66
restrict: 'EA',

0 commit comments

Comments
 (0)