Skip to content

Commit a4bcfd8

Browse files
committed
baseUrl can now be configured from DSProvider.
1 parent 768d718 commit a4bcfd8

File tree

14 files changed

+703
-679
lines changed

14 files changed

+703
-679
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = function (grunt) {
4545
'* @author Jason Dobry <[email protected]>\n' +
4646
'* @file angular-data.min.js\n' +
4747
'* @version <%= pkg.version %> - Homepage <http://jmdobry.github.io/angular-data/>\n' +
48-
'* @copyright (c) 2014 Jason Dobry <http://jmdobry.github.io/angular-data>\n' +
48+
'* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/angular-data>\n' +
4949
'* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>\n' +
5050
'*\n' +
5151
'* @overview Data store for Angular.js.\n' +

0 commit comments

Comments
 (0)