Adding informative messages about email confirmations to enterprise form

This commit is contained in:
Rob Harrington
2014-11-12 15:19:59 +11:00
parent 2c67066366
commit 7a719952fc
7 changed files with 224 additions and 214 deletions

View File

@@ -6,6 +6,7 @@ angular.module("admin.enterprises")
$scope.navClear = NavigationCheck.clear
# htmlVariable is used by textAngular wysiwyg for the long descrtiption.
$scope.htmlVariable = longDescription
$scope.pristineEmail = $scope.Enterprise.email
# Provide a callback for generating warning messages displayed before leaving the page. This is passed in
# from a directive "nav-check" in the page - if we pass it here it will be called in the test suite,