Skip to content

Commit

Permalink
adding gitignore and versioning up dist to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Stevens committed Oct 4, 2015
1 parent ff6b4fa commit 8393387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
2 changes: 1 addition & 1 deletion dist/amChartsDirective.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
// 1.0.3
// 1.0.4

angular.module('amChartsDirective', []).directive('amChart', ['$q', function ($q) {
return {
Expand Down

0 comments on commit 8393387

Please sign in to comment.