-
Hello folks!
Anyone know why my toasts aren't popping up on errors?
I'm using macros, as per documentation, but it seems
```
.setErrorInterceptor(function(response) {
…
-
I want to hide the link Login in menu after the user successfully log in. So I user $scope.isLogin and ng-hide to do it.
The prolem is I can't change $scope.isLogin in my login directives, so the logi…
-
Hi would like to pass data from laravel controller to angular controller using API and then send to landing page as md-select option. i would like to do this :
`````` ///////////services
(function…
-
Hello folks!
I've been scouring the internet for help, but can't seem to get anywhere as to why the token in localStorage would be different from the one I get back from the api.
Here's the code:
`…
-
@jadjoubran I am integrating the new satellizer commit, thanks for that. Seems to work as expected in safari. In Chrome I receive the following error when submitting login info....but I can't figure i…
-
I was wondering if it's possible to "decorate" a viewModel with custom methods such that they will be available to the resulting view? Specifically if I had:
my-element.html:
```
```
my-element.js…
-
Error display crashes on:
`{"errors":[{"id":"VALIDATION_ERROR","title":"Email error","detail":"Email is invalid","status":422},{"id":"VALIDATION_ERROR","title":"Password error","detail":"Password can'…
-
Do you have a suggestion/example for converting angular post data to eloquent model saving?
For example It looks like angular will not post an element where no data was entered. Therefore an input bo…
-
Well done! you did a good work!
please i need your help, i followed all the instruction installing your project. And i see the side menu bar on the left.
But now what am'i supposed to do? and how coul…
-
I already wasted many hours trying to solve this problem, so I decided to ask for help here.
I'm using `` inside a `` as follows:
``` html
{{it…