Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TypeScript 'use strict'
Message
 
 
À
14/11/2014 11:43:50
Information générale
Forum:
Javascript
Catégorie:
Autre
Divers
Thread ID:
01610964
Message ID:
01611003
Vues:
29
>Hmm. If I place it before the module I get "missing 'use strict' .
>
>UPDATE: Actually, I get both warnings ('expected an assignment or function call' as well)

In our code we use (for the service):
(function () {
    'use strict';
    
    var app = angular.module('sysMgrApp');

    app.factory('accountsService', ['$http
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform