Skip to content

Instantly share code, notes, and snippets.

(function () {
'use strict';
/**
* @param $scope
* @param $parse
*/
function TtValidationController($scope, $parse) {
var context = null;
var controls = [];