Sunday, October 5, 2014

angular ng-if

how can I check if data is over number or like when in jstl
there i can use ng-if

for example .


referenced by https://code.angularjs.org/1.1.5/docs/api/ng.directive:ngIf

  1. <span ng-if="checked" ng-animate="'example'">
  2. I'm removed when the checkbox is unchecked.
  3. </span>

No comments:

Post a Comment