From 83933878b18ae5f080b0a6ebffb057c0af10d7f3 Mon Sep 17 00:00:00 2001 From: Grant Stevens Date: Sun, 4 Oct 2015 12:42:34 -0400 Subject: [PATCH] adding gitignore and versioning up dist to 1.0.4 --- .gitignore | 1 + dist/amChartsDirective.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/dist/amChartsDirective.js b/dist/amChartsDirective.js index ebdc8be..17bb309 100644 --- a/dist/amChartsDirective.js +++ b/dist/amChartsDirective.js @@ -1,5 +1,5 @@ 'use strict'; -// 1.0.3 +// 1.0.4 angular.module('amChartsDirective', []).directive('amChart', ['$q', function ($q) { return {