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