ngSanitize.
  • References/JavaScript/AngularJS/ngSanitize

$sanitizeProvider

2025-01-10 15:47:30
ngModel.NgModelController.
  • References/JavaScript/AngularJS/ng types/ngModel

$dirty boolean True

2025-01-10 15:47:30
Guide: Forms
  • References/JavaScript/AngularJS/Guide

Controls (input, select, textarea) are ways for a user to enter data. A Form is a collection of controls for the purpose of grouping

2025-01-10 15:47:30
$location.protocol()
  • References/JavaScript/AngularJS/ng services/location

protocol(); This method is getter only. Return protocol of current url. // given

2025-01-10 15:47:30
auto.
  • References/JavaScript/AngularJS/auto/auto.injector

instantiate(Type, [locals]); Create a new instance of JS type. The method takes a constructor function, invokes the new operator, and

2025-01-10 15:47:30
form.FormController.
  • References/JavaScript/AngularJS/ng types/form

$setSubmitted(); Sets the form to its submitted state.

2025-01-10 15:47:30
ngModel.NgModelController.
  • References/JavaScript/AngularJS/ng types/ngModel

$setValidity(validationErrorKey, isValid); Change the validity state, and notify the form. This method can be called within

2025-01-10 15:47:30
form.FormController.
  • References/JavaScript/AngularJS/ng types/form

$setUntouched(); Sets the form to its untouched state. This method can be called to remove the 'ng-touched' class and set the

2025-01-10 15:47:30
$interpolateProvider.endSymbol()
  • References/JavaScript/AngularJS/ng providers/interpolateProvider

endSymbol([value]); Symbol to denote the end of expression in the interpolated string. Defaults to }}.

2025-01-10 15:47:30
ngMockE2E.
  • References/JavaScript/AngularJS/ngMockE2E/ngMockE2E

whenPOST(url, [data], [headers], [keys]); Creates a new backend definition for POST requests. For more info see when()

2025-01-10 15:47:30