You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ jshint is now optional. Rename _jshintrc to .jshintrc. Check [issue #11](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/11)
63
+
64
+
65
+
### v1.5.0
66
+
+ Add angular material icons
67
+
+ Add SVG-Morpheus for Angular Material Icons
68
+
+ Updated demo & gh-pages
69
+
+ Updated angular material
70
+
+ Add contributor covenant (code of conduct)
71
+
72
+
73
+
### v1.4.2
74
+
+ Elixir improvements for Laravel 5.1
75
+
+ Removed /resources/.tmp (not used anymore because of Elixir improvements)
76
+
77
+
### v1.4.1
78
+
+ Fixed laravel 5.1 migration issue
79
+
80
+
### v1.4.0
81
+
+ Laravel 5.1 Support
82
+
+ Remove CSRF token fix (angular automatically takes care of it http://laravel.com/docs/5.1/routing#csrf-x-xsrf-token)
83
+
84
+
85
+
### v1.3.1
86
+
87
+
+ Add sample Layout which relies on flexbox
88
+
+ Update Angular, Angular ui-router and Angular Material
89
+
90
+
91
+
### v1.3.0
92
+
93
+
+ Host demo on github pages
94
+
+ Add sample Laravel APIs and call them using Restangular
95
+
96
+
97
+
### v1.2.2
98
+
99
+
+ API response macro (to make API calls more compatible with Restangular)
100
+
101
+
102
+
### v1.2.1
103
+
104
+
+ Remove unused dependency in package.json
105
+
+ Material design custom theming
106
+
107
+
108
+
### v1.2.0
109
+
110
+
+ Add Angular Material boilerplate for Dashboard
111
+
+ Add sample UI Router conf that contains header and footer
+ Add $localStorage (ngstorage) - will be used later on for sample authentication driver
124
+
+ Added basic ui-router for Landing
125
+
126
+
127
+
### v1.1.0
128
+
129
+
+ Remove Entrust & Repositories since they depend on each user's preference and can be easily installed
130
+
131
+
132
+
### v1.0.3
133
+
134
+
+ Fix Installation steps
135
+
+ Add Changelog
136
+
+ Plan future releases
137
+
138
+
139
+
### v1.0.2
140
+
141
+
+ Rename resources/views/index.php to resources/views/index.blade.php for the blade syntax to work (CSRF token) [PR 3](https://github.com/jadjoubran/laravel5-angular-material-starter/pull/3)
142
+
143
+
144
+
### v1.0.1
145
+
146
+
+ Remove `composer.lock` in order to pull the latest version of vendor dependencies [issue #1](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/1)
147
+
148
+
149
+
### v1.0.0
150
+
151
+
+ Laravel5 installation
152
+
+ Basic Angular Support with Angular Material and UI Router
+ jshint is now optional. Rename _jshintrc to .jshintrc. Check [issue #11](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/11)
140
-
141
-
142
-
### v1.5.0
143
-
+ Add angular material icons
144
-
+ Add SVG-Morpheus for Angular Material Icons
145
-
+ Updated demo & gh-pages
146
-
+ Updated angular material
147
-
+ Add contributor covenant (code of conduct)
148
-
149
-
150
-
### v1.4.2
151
-
+ Elixir improvements for Laravel 5.1
152
-
+ Removed /resources/.tmp (not used anymore because of Elixir improvements)
153
-
154
-
### v1.4.1
155
-
+ Fixed laravel 5.1 migration issue
156
-
157
-
### v1.4.0
158
-
+ Laravel 5.1 Support
159
-
+ Remove CSRF token fix (angular automatically takes care of it http://laravel.com/docs/5.1/routing#csrf-x-xsrf-token)
160
-
161
-
162
-
### v1.3.1
163
-
164
-
+ Add sample Layout which relies on flexbox
165
-
+ Update Angular, Angular ui-router and Angular Material
166
-
167
-
168
-
### v1.3.0
169
-
170
-
+ Host demo on github pages
171
-
+ Add sample Laravel APIs and call them using Restangular
172
-
173
-
174
-
### v1.2.2
175
-
176
-
+ API response macro (to make API calls more compatible with Restangular)
177
-
178
-
179
-
### v1.2.1
180
-
181
-
+ Remove unused dependency in package.json
182
-
+ Material design custom theming
183
-
184
-
185
-
### v1.2.0
186
-
187
-
+ Add Angular Material boilerplate for Dashboard
188
-
+ Add sample UI Router conf that contains header and footer
+ Add $localStorage (ngstorage) - will be used later on for sample authentication driver
201
-
+ Added basic ui-router for Landing
202
-
203
-
204
-
### v1.1.0
205
-
206
-
+ Remove Entrust & Repositories since they depend on each user's preference and can be easily installed
207
-
208
-
209
-
### v1.0.3
210
-
211
-
+ Fix Installation steps
212
-
+ Add Changelog
213
-
+ Plan future releases
214
-
215
-
216
-
### v1.0.2
217
-
218
-
+ Rename resources/views/index.php to resources/views/index.blade.php for the blade syntax to work (CSRF token) [PR 3](https://github.com/jadjoubran/laravel5-angular-material-starter/pull/3)
219
-
220
-
221
-
### v1.0.1
222
-
223
-
+ Remove `composer.lock` in order to pull the latest version of vendor dependencies [issue #1](https://github.com/jadjoubran/laravel5-angular-material-starter/issues/1)
224
-
225
-
226
-
### v1.0.0
227
-
228
-
+ Laravel5 installation
229
-
+ Basic Angular Support with Angular Material and UI Router
0 commit comments