seth
Member since Dec 1, 2015
- Profile: /members/12946-seth.htm
- Comments: 2
Recent Blog Comments By seth
-
Creating A Range-Loop Directive In AngularJS
Posted on Dec 1, 2015 at 2:16 PM
Just an update to my previous comment, I am more interested in evaluating the parent's context. This is what I have: <ul> <li ng-repeat="item in myList"> <div bn-range="i in item.lower...item.upper"> {{ i }} </div> <... read more »
-
Creating A Range-Loop Directive In AngularJS
Posted on Dec 1, 2015 at 1:53 PM
How could I substitute $scope values for the lower and upper bounds instead of hardcoding an integer. For example, how would I accomplish the following: <p> <span bn-range="i in {{ $scope.lower }}...{{ $scope.upper }}"> {{ i }} </span> </p>... read more »