[UI] Support UI partial control
[validation.git] / ui / src / main / webapp / app / BluvalUI / GetLastRun / GetLastRun.js
@@ -14,6 +14,6 @@
  * limitations under the License.
  */
 
-var appDS2 = angular.module("AECNewSubmission", [ 'ngRoute', 'ngMessages',
+var appDS2 = angular.module("GetLastRun", [ 'ngRoute', 'ngMessages',
         'modalServices', 'ngCookies', 'b2b.att', 'gridster', 'ui.bootstrap',
-        'ui.bootstrap.modal', 'App.Services' ]);
\ No newline at end of file
+        'ui.bootstrap.modal', 'App.Services', 'App.Config' ]);