I've faced some problems regarding updating the view once the $scope 
variable is updated. 

I have a simple HTML code like this:
<a ng-repeat="data in dataset">
     <i class="material-icons md-light toolbar-btn spot {{data.value1}}">
{{data.value2}}</i>
     {{data.value3}}
</a>

Now the problem is, the <i> tag is not showing inside the HTML view but the 
{{data.value3}} is showing up.

Once I add push some value to dataset array, everything starts working. 
i've even tried $scope.$apply() but it's not fixing the issue.
Can someone help me with this problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/754ea446-e30a-4aa2-9d2b-b1fa0f4088bc%40googlegroups.com.

Reply via email to