We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432db1a commit 0bbe21aCopy full SHA for 0bbe21a
app/scripts/app.js
@@ -1,5 +1,6 @@
1
'use strict';
2
(function(){
3
+ angular.module('uiAccordion',[]);
4
angular.module('uiAccordion')
5
.directive('ngAccordion',function ($q,$log) {
6
return {
0 commit comments