Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickholub committed Aug 9, 2014
1 parent 74e2f1a commit ed5d71a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "malhar-angular-dashboard",
"main": "./dist/angular-ui-dashboard.js",
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache License, v2.0",
"dependencies": {
"jquery": "~2.0.3",
Expand Down
1 change: 1 addition & 0 deletions dist/angular-ui-dashboard.js
Expand Up @@ -459,6 +459,7 @@ angular.module('ui.dashboard')

var widget = scope.widget;
var dataModelType = widget.dataModelType;

// set up data source
if (dataModelType) {
var DataModelConstructor; // data model constructor function
Expand Down
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "malhar-angular-dashboard",
"version": "0.4.0",
"version": "0.5.0",
"author": "https://github.com/DataTorrent/malhar-angular-dashboard/graphs/contributors",
"homepage": "https://github.com/DataTorrent/malhar-angular-dashboard",
"license": "Apache License, v2.0",
Expand All @@ -25,7 +25,6 @@
"grunt-google-cdn": "~0.2.0",
"grunt-html2js": "~0.1.3",
"grunt-karma": "~0.8.3",
"grunt-ngmin": "~0.0.2",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~0.2.0",
"grunt-usemin": "~0.1.11",
Expand Down

0 comments on commit ed5d71a

Please sign in to comment.