diff --git a/build/..js b/build/..js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/build/..js
diff --git a/build/Alert/Alert.html b/build/Alert/Alert.html
index 6bacdfe..677cfd3 100644
--- a/build/Alert/Alert.html
+++ b/build/Alert/Alert.html
@@ -1,10 +1,10 @@
\ No newline at end of file
diff --git a/build/Alert/Alert.js b/build/Alert/Alert.js
index a6a6acd..21afbdb 100644
--- a/build/Alert/Alert.js
+++ b/build/Alert/Alert.js
@@ -1,8 +1,8 @@
import template from "./Alert.html";
import style from "antd/lib/alert/style/index.css";
-angular.module("esNgAntd").directive("esAlert", function (esNgAntd) {
+angular.module("esNgAntd").directive("antdAlert", function (esNgAntd) {
return {
- controllerAs: "esAlert",
+ controllerAs: "antdAlert",
restrict: "E",
transclude: true,
replace: true,
diff --git a/build/Breadcrumb/Breadcrumb.js b/build/Breadcrumb/Breadcrumb.js
index b633a8e..fc70848 100644
--- a/build/Breadcrumb/Breadcrumb.js
+++ b/build/Breadcrumb/Breadcrumb.js
@@ -1,8 +1,8 @@
import template from "./Breadcrumb.html";
import style from "antd/lib/breadcrumb/style/index.css";
-angular.module("esNgAntd").directive("esBreadcrumb", function (esNgAntd) {
+angular.module("esNgAntd").directive("antdBreadcrumb", function (esNgAntd) {
return {
- controllerAs: "esBreadcrumb",
+ controllerAs: "antdBreadcrumb",
restrict: "E",
transclude: true,
replace: true,
diff --git a/build/BreadcrumbItem/BreadcrumbItem.js b/build/BreadcrumbItem/BreadcrumbItem.js
index b858602..726ebd4 100644
--- a/build/BreadcrumbItem/BreadcrumbItem.js
+++ b/build/BreadcrumbItem/BreadcrumbItem.js
@@ -1,7 +1,7 @@
import template from "./BreadcrumbItem.html";
-angular.module("esNgAntd").directive("esBreadcrumbItem", function () {
+angular.module("esNgAntd").directive("antdBreadcrumbItem", function () {
return {
- controllerAs: "esBreadcrumbItem",
+ controllerAs: "antdBreadcrumbItem",
restrict: "E",
transclude: true,
replace: true,
diff --git a/build/Button/Button.html b/build/Button/Button.html
index c94b759..4555abf 100644
--- a/build/Button/Button.html
+++ b/build/Button/Button.html
@@ -1,7 +1,7 @@