monasca-ui/monitoring/static/monitoring/js
sven mark 6eba0e0df0 Fixed the Problem with add alarm expresion of Alarm Definition
when select Function/Metric/Comparator/Threshold, console pring error:
angular.js:13920 ReferenceError: expression is not defined
    at AlarmExpressionController.touch (directives.js:120)
    at directives.js:226
and the expression is not added.
Reason: lack of "var" before "expression" in the directives.js 226 file.
Closes-Bug:#1669647

Change-Id: I4079c961c0da71c41bbb0a9338b2bcf127fd281a
2017-03-03 11:01:07 +08:00
..
app.js Compound alarm expression 2016-08-01 12:18:14 +02:00
controllers.js Add support for notification plugin 2017-01-19 17:25:38 +09:00
directives.js Fixed the Problem with add alarm expresion of Alarm Definition 2017-03-03 11:01:07 +08:00
filters.js Compound alarm expression 2016-08-01 12:18:14 +02:00
ng-tags-input.js Add support for notification plugin 2017-01-19 17:25:38 +09:00
services.js Fix creation alarmdef fails when threshold equals 0 2016-09-14 09:53:54 +09:00