Skip to content

Commit

Permalink
Use naming convention.
Browse files Browse the repository at this point in the history
Add the ezplus module.
  • Loading branch information
ceilino committed Jun 1, 2015
1 parent fb9ea74 commit 84b85c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
}
],
"main": [
"js/widget-ezplus-directive.js",
"js/ezplus.module.js",
"js/ezplus.directive.js",
"images/loader-small.gif"
],
"ignore": [
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions js/ezplus.module.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(function () {
'use strict';

angular.module('ezplus', []);

})();

0 comments on commit 84b85c3

Please sign in to comment.