- Alert Dialog.
- Confirm Dialog.
- Tab Dialog.
- Custom Dialog.
AngularJS Tutorials
Learning angularjs via detail examples. AngularJs event, angularjs table, angularjs grid, angularjs sort, angularjs sort filter, angularjs application, angularjs templates, angularjs bootstrap.
Angular dialog example
In this post I'll explain how to create Angular dialog based on Angular Material.
We'll work on 4 type of dialog.
Angularjs bootstrap tabs example
Based on Angular material I make a example for Angular Tabs with responsive
Angular material define
Angular material define
<md-tabs><md-tabs> for tabs container, <md-tab>...</md-tab> for Tab.

Angular Tabs image
Full html struct example as following:
Subscribe to:
Comments (Atom)
AngularJS tags
Popular Posts
-
How to apply ng-class if This example provides two ways using ng-class if expression. Following directives and services in angularjs w...
-
Based on Angular material I make a example for Angular Tabs with responsive Angular material define < md-tabs>< md-tabs> f...
-
Angularjs MVC RESTful Web Service example This example shows how to create a simply web application using angularjs , mvc , RESTful We...
-
How to get total days of a month of a year via angularjs. $scope.month = 10; $scope.year = 2015; // Get total days of Oct 2015 $...
-
The ng-app directive is placed at the root element in a application, example: in the <html> tag, <body> tag or in root of maste...