2 Matching Annotations
- Aug 2016
-
angular-ui.github.io angular-ui.github.iong-grid1
-
API Documentation Grid Options
API find methods etc.
-
-
docs.angularjs.org docs.angularjs.org
-
function(context, locals)
context.locals as seen in a plunkr example
var template =$parse( "libs[i]" ) ; this.libs=["ng" ," jquery", "bootstrap"] ; for(i= 0; i< this.libs.length; i++) {
output = output + '
- ' + **template(this, {i: i}) **+ '
'; this.parsedMsg = 'The project uses- ' + output + '
}
Tags
Annotators
URL
-