We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b88e4 commit 759dc76Copy full SHA for 759dc76
app/templates/client/components/footer/footer.directive.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
angular.module('<%= scriptAppName %>')
4
- .directive('footer', function () {
+ .directive('footer', function() {
5
return {
6
templateUrl: 'components/footer/footer.html',
7
restrict: 'E',
app/templates/client/components/modal(uibootstrap)/modal.service.js
- .factory('Modal', function ($rootScope, $modal) {
+ .factory('Modal', function($rootScope, $modal) {
/**
* Opens a modal
* @param {Object} scope - an object to be merged with modal's scope
0 commit comments