Soheil Samadzadeh

Results 10 comments of Soheil Samadzadeh

Hi, @thgreasi > Does the problem get fixed if you add a `track by id` in your ng-repeat??? No it doesn't. Using `track by item.id` throw same error but using...

See what happened in html source when we sorting one element in`track by $index` mode: ``` html sharkie galardo loossi ```

@thgreasi Thanks, I already checked that. Actually my main reason of using `ng-model` in directive is to track `curriculum` changes and then make an `$http` call to server! But may...

Unfortunate `tg-dynamic-directive` does not replace its nested directives tag (` & `) and it makes my HTML structure complicated and my CSS selectors does not work properly! I thinks angularjs...

@thgreasi, this was a good discussion. and thank you. Finally I ended up with this solution: ``` javascript app.directive('curriculum', curriculum); function curriculum() { return { restrict: 'EA', replace: true, template:...

@thgreasi, I understand, but it will be lead us to duplicate jquery/angular usage and duplicate configuration in single application. It will be DRY & good practice to use one library...

Sorry, but Bad solution. If you actually require ngModel, so you should throw exception not log arbitary element in console

@thgreasi, I understand the reason of `if/else`. Just logging **info** does not make sense for me in first place. I'm just trying to help :) Anyway we should say thanks...

@thgreasi, no special trouble! but seeing something like this, specially second line ( `element`'s specifications ) : ``` (!) ui.sortable: ngModel not provided! [div.ng-isolate-scope, context: div.ng-isolate-scope, jquery: "2.1.4", constructor: function,...