Add 'use strict'.
This commit is contained in:
parent
60b00b7774
commit
ebaf33845a
@ -15,6 +15,7 @@
|
||||
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2:
|
||||
'use strict';
|
||||
|
||||
accountantApp
|
||||
|
||||
|
@ -14,6 +14,8 @@
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var accountantApp = angular.module("accountantApp", [
|
||||
'ngResource', 'ngRoute',
|
||||
'mgcrea.ngStrap',
|
||||
|
@ -15,6 +15,8 @@
|
||||
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2:
|
||||
'use strict';
|
||||
|
||||
accountantApp
|
||||
|
||||
.factory("Operation", [ "$resource", function($resource) {
|
||||
|
@ -14,6 +14,8 @@
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
accountantApp
|
||||
|
||||
.factory("ScheduledOperation", ["$resource", function($resource) {
|
||||
|
Loading…
Reference in New Issue
Block a user