Move use strict outside IFFE

This commit is contained in:
Damien CORNEAU 2016-09-27 17:48:36 +09:00
parent ffba0f350d
commit 6adb5225ab

View file

@ -11,8 +11,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
(function() {
'use strict';
'use strict';
(function() {
angular.module('zeppelinWebApp').controller('MainCtrl', MainCtrl);