I can't access an object property in AngularJS view. Simple but very crazy issue.
Here is a fiddle: Fiddle
Code below. operators.date and operators.boolean are not available in AngularJS view. How do I access the property?
$scope.operators = {
date: {'$lt':'before', '$gt':'after', '$eq':'equals'},
boolean: {'$eq': 'is'},
all : ['before', 'after', 'contains', 'does not contain', 'equals' ]
};
$. When using the{{ }}directive, angular will not show nested$variables. And in general the team warns against using variables beginning with$.