Santosh Kumar Adidawarpu
What is the use of Interpolation markup?
By Santosh Kumar Adidawarpu in .NET on Feb 11 2017
  • hariharan raju
    Oct, 2017 7

    Compiles a string with markup into an interpolation function. This service is used by the XML compile service for data binding.

    • 0
  • Gracy Layla
    Sep, 2017 15

    Compiles a string with markup into an interpolation function. This service is used by the HTML compile service for data binding.

    • 0
  • Santosh Kumar Adidawarpu
    Feb, 2017 11

    $interpolateProvider can be used for configuring the interpolation markup. Defaults to {{ and }} in AngularJS.app.config(function($interpolateProvider) {$interpolateProvider.startSymbol('[[');$interpolateProvider.endSymbol(']]');});This helps in working with Template engines like 'Swig' which uses the '{{' '}}' the double curly braces to display variables in your templates.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS