Use strict everywhere

This commit is contained in:
Borys Levytskyi
2015-04-04 19:27:52 +03:00
parent ba284789ba
commit f14425da75
20 changed files with 50 additions and 31 deletions

View File

@@ -1,4 +1,5 @@
app.compose(function() {
"use strict";
app.controller('expressionInputCtrl', function (){
var dispatcher = app.get('dispatcher');