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 87a371b commit a1f23f1Copy full SHA for a1f23f1
src/restangular.js
@@ -1,5 +1,5 @@
1
-// https://github.com/umdjs/umd/blob/master/templates/returnExports.js
2
(function (root, factory) {
+ // https://github.com/umdjs/umd/blob/master/templates/returnExports.js
3
if (typeof define === 'function' && define.amd) {
4
define(['angular', 'lodash'], factory);
5
} else if (typeof module === 'object' && module.exports) {
0 commit comments